Open
Description
🐞Bug description
The following is written in the Optional Parameters section of the README.
- --enable-lambda-snapstart: Enable Lambda SnapStart (default: disabled). If this flag is set, improves cold start times for Lambda functions, providing faster response times for better user experience.
However, the value of enableLambdaSnapStart in cdk.json is true, so I think the default should be true or the value in cdk.json is incorrect.
Snap start is enabled if you deploy with npx cdk deploy
instead of ./bin.sh.