Created
February 23, 2021 10:59
-
-
Save mtimbs/80fbe623ddae8df5af561ae23bffdb4e to your computer and use it in GitHub Desktop.
CDK template - cdk.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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