|
|
@@ -0,0 +1,44 @@
|
|
|
+{
|
|
|
+ "app": "npx ts-node --prefer-ts-exts bin/aws-cdk-study.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,
|
|
|
+ "@aws-cdk/aws-iam:importedRoleStackSafeDefaultPolicyName": true,
|
|
|
+ "@aws-cdk/aws-s3:serverAccessLogsUseBucketPolicy": true,
|
|
|
+ "@aws-cdk/aws-route53-patters:useCertificate": true,
|
|
|
+ "@aws-cdk/customresources:installLatestAwsSdkDefault": false
|
|
|
+ }
|
|
|
+}
|