Skip to content

Instantly share code, notes, and snippets.

@mtimbs
Created February 23, 2021 10:59
Show Gist options
  • Save mtimbs/80fbe623ddae8df5af561ae23bffdb4e to your computer and use it in GitHub Desktop.
Save mtimbs/80fbe623ddae8df5af561ae23bffdb4e to your computer and use it in GitHub Desktop.
CDK template - cdk.json
{
"app": "npx ts-node --prefer-ts-exts bin/example-cdk.ts",
"context": {
"@aws-cdk/core:enableStackNameDuplicates": "true",
"aws-cdk:enableDiffNoFail": "true",
"@aws-cdk/core:stackRelativeExports": "true",
"@aws-cdk/aws-ecr-assets:dockerIgnoreSupport": true,
"@aws-cdk/aws-secretsmanager:parseOwnedSecretName": true,
"@aws-cdk/aws-kms:defaultKeyPolicies": true,
"@aws-cdk/aws-s3:grantWriteWithoutAcl": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment