-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Lambda: Support SnapStart #23153
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-lambdaRelated to AWS LambdaRelated to AWS Lambdaeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-lambdaRelated to AWS LambdaRelated to AWS Lambdaeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Describe the feature
https://techcrunch.com/2022/11/28/aws-makes-lambda-cold-start-latency-a-thing-of-the-past-with-snapstart/
Currently SnapStart is only supported with existing lambdas, and currently there is no mention in the AWS Docs of this feature being supported.
Use Case
As an internal team to Amazon, we want to use SnapStart to eliminate coldstart on our Java lambdas.
Proposed Solution
Put a boolean into the Lambda construct to enable SnapStart.
Other Information
No response
Acknowledgements
CDK version used
Any
Environment details (OS name and version, etc.)
Any