41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
|
{
|
||
|
"app": "npx ts-node --prefer-ts-exts bin/deploy.ts",
|
||
|
"watch": {
|
||
|
"include": [
|
||
|
"**"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"README.md",
|
||
|
"cdk*.json",
|
||
|
"**/*.d.ts",
|
||
|
"**/*.js",
|
||
|
"tsconfig.json",
|
||
|
"package*.json",
|
||
|
"yarn.lock",
|
||
|
"node_modules",
|
||
|
"test"
|
||
|
]
|
||
|
},
|
||
|
"context": {
|
||
|
"@aws-cdk/aws-lambda:recognizeLayerVersion": true,
|
||
|
"@aws-cdk/core:checkSecretUsage": true,
|
||
|
"@aws-cdk/core:target-partitions": [
|
||
|
"aws",
|
||
|
"aws-cn"
|
||
|
],
|
||
|
"@aws-cdk-containers/ecs-service-extensions:enableDefaultLogDriver": true,
|
||
|
"@aws-cdk/aws-ec2:uniqueImdsv2TemplateName": true,
|
||
|
"@aws-cdk/aws-ecs:arnFormatIncludesClusterName": true,
|
||
|
"@aws-cdk/aws-iam:minimizePolicies": true,
|
||
|
"@aws-cdk/core:validateSnapshotRemovalPolicy": true,
|
||
|
"@aws-cdk/aws-codepipeline:crossAccountKeyAliasStackSafeResourceName": true,
|
||
|
"@aws-cdk/aws-s3:createDefaultLoggingPolicy": true,
|
||
|
"@aws-cdk/aws-sns-subscriptions:restrictSqsDescryption": true,
|
||
|
"@aws-cdk/aws-apigateway:disableCloudWatchRole": true,
|
||
|
"@aws-cdk/core:enablePartitionLiterals": true,
|
||
|
"@aws-cdk/aws-events:eventsTargetQueueSameAccount": true,
|
||
|
"@aws-cdk/aws-iam:standardizedServicePrincipals": true,
|
||
|
"@aws-cdk/aws-ecs:disableExplicitDeploymentControllerForCircuitBreaker": true
|
||
|
}
|
||
|
}
|