13 lines
426 B
JSON
13 lines
426 B
JSON
|
{
|
||
|
"app": "npx ts-node index.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"
|
||
|
}
|
||
|
}
|