Skip to content

Commit 96c5067

Browse files
docs: fix note syntax (#334)
1 parent aeeaf3d commit 96c5067

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/content/docs/aws/services/lambda.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,15 +506,13 @@ After granting access, the next time you reference the layer in one of your loca
506506
LocalStack provides local testing support for Lambda Managed Instances. We support all of the new APIs, as well as the CloudFormation and Terraform resource types. All the same configuration is therefore possible on your local machine, without needing to modify your infrastructure as code (IaC).
507507

508508
::note
509-
510509
This is an evolving feature and current support is scoped as follows:
511510

512511
- We **do not spin up any additional EC2 instances**. LocalStack runs Lambda functions in containers on your local machine.
513512

514513
- **Multi-concurrency support is not yet available.** This feature is planned for a future release (target: 2026). Currently, each parallel Lambda invocation is served by a separate container.
515514

516515
- **IAM Permissions are not enforced.** A Capacity Provider is configured with an Operator Role, but the permissions are not enforced by LocalStack. It’s important you check the AWS documentation to ensure you’ve configured this role correctly.
517-
518516
:::
519517

520518

0 commit comments

Comments
 (0)