-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Lambda Layers in lambda.Function construct #1399
Labels
Comments
👍 |
eladb
added
feature-request
A feature should be added or improved.
@aws-cdk/aws-lambda
Related to AWS Lambda
labels
Dec 19, 2018
spg
changed the title
Add support for Lambda Layers support in lambda.Function construct
Add support for Lambda Layers in lambda.Function construct
Dec 19, 2018
👍 |
Done in #1411 |
The python version of cdk layer deployment for those who need: from aws_cdk import ( class CdkLayersStack(core.Stack):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
As of now, adding layers to a lambda function requires jumping through a few hoops:
Adding layers support to
lambda.FunctionProps
would simplify this process.The text was updated successfully, but these errors were encountered: