localstack / aws-sam-cli-local

Simple wrapper around AWS SAM CLI for use with LocalStack
Apache License 2.0
48 stars 8 forks source link

Support for Layers #3

Closed jstarcher closed 9 months ago

jstarcher commented 2 years ago

It seems samlocal currently cannot handle layers, it fails on my AWS::Serverless::LayerVersion resource. Any plans to support it?

theUltimateZoltan commented 2 years ago

It seems that layers are only supported for pro users: https://docs.localstack.cloud/aws/lambda-layers/

MarcelStranak commented 9 months ago

https://docs.localstack.cloud/user-guide/aws/lambda/#lambda-layers

Lambda Layers Lambda layers lets you include additional code and dependencies in your Lambda functions. With LocalStack Pro/Team, you can deploy Lambda Layers locally to streamline your development and testing process.