Skip to content

Commit aeeaf3d

Browse files
docs Lambda Managed Instances (#333)
1 parent 844e31f commit aeeaf3d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,24 @@ Replace `test-layer` and `1` with the name and version number of your layer, res
500500

501501
After granting access, the next time you reference the layer in one of your local Lambda functions using the AWS Lambda layer ARN, the layer will be automatically pulled down and integrated into your local dev environment.
502502

503+
504+
## Lambda Managed Instances
505+
506+
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).
507+
508+
::note
509+
510+
This is an evolving feature and current support is scoped as follows:
511+
512+
- We **do not spin up any additional EC2 instances**. LocalStack runs Lambda functions in containers on your local machine.
513+
514+
- **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.
515+
516+
- **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+
518+
:::
519+
520+
503521
## LocalStack Lambda Runtime Interface Emulator (RIE)
504522

505523
LocalStack uses a [custom implementation](https://github.com/localstack/lambda-runtime-init/) of the

0 commit comments

Comments
 (0)