Skip to content

[BUG]The default value of enableLambdaSnapStart in cdk.json is "True". #766

Open
@moritalous

Description

@moritalous

🐞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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions