|
1 | 1 | { |
2 | 2 | "app": "npx ts-node --prefer-ts-exts bin/JProfByBotStack.ts", |
| 3 | + "watch": { |
| 4 | + "include": [ |
| 5 | + "**" |
| 6 | + ], |
| 7 | + "exclude": [ |
| 8 | + "README.adoc", |
| 9 | + "cdk*.json", |
| 10 | + "**/*.d.ts", |
| 11 | + "**/*.js", |
| 12 | + "tsconfig.json", |
| 13 | + "package*.json", |
| 14 | + "yarn.lock", |
| 15 | + "node_modules", |
| 16 | + "test" |
| 17 | + ] |
| 18 | + }, |
3 | 19 | "context": { |
4 | 20 | "@aws-cdk/aws-apigateway:usagePlanKeyOrderInsensitiveId": true, |
5 | | - "@aws-cdk/core:enableStackNameDuplicates": "true", |
6 | | - "aws-cdk:enableDiffNoFail": "true", |
7 | | - "@aws-cdk/core:stackRelativeExports": "true", |
8 | | - "@aws-cdk/aws-ecr-assets:dockerIgnoreSupport": true, |
9 | | - "@aws-cdk/aws-secretsmanager:parseOwnedSecretName": true, |
10 | | - "@aws-cdk/aws-kms:defaultKeyPolicies": true, |
11 | | - "@aws-cdk/aws-s3:grantWriteWithoutAcl": true, |
12 | | - "@aws-cdk/aws-ecs-patterns:removeDefaultDesiredCount": true, |
| 21 | + "@aws-cdk/core:stackRelativeExports": true, |
13 | 22 | "@aws-cdk/aws-rds:lowercaseDbIdentifier": true, |
14 | | - "@aws-cdk/aws-efs:defaultEncryptionAtRest": true |
| 23 | + "@aws-cdk/aws-lambda:recognizeVersionProps": true, |
| 24 | + "@aws-cdk/aws-lambda:recognizeLayerVersion": true, |
| 25 | + "@aws-cdk/aws-cloudfront:defaultSecurityPolicyTLSv1.2_2021": true, |
| 26 | + "@aws-cdk-containers/ecs-service-extensions:enableDefaultLogDriver": true, |
| 27 | + "@aws-cdk/aws-ec2:uniqueImdsv2TemplateName": true, |
| 28 | + "@aws-cdk/core:checkSecretUsage": true, |
| 29 | + "@aws-cdk/aws-iam:minimizePolicies": true, |
| 30 | + "@aws-cdk/aws-ecs:arnFormatIncludesClusterName": true, |
| 31 | + "@aws-cdk/core:validateSnapshotRemovalPolicy": true, |
| 32 | + "@aws-cdk/aws-codepipeline:crossAccountKeyAliasStackSafeResourceName": true, |
| 33 | + "@aws-cdk/aws-s3:createDefaultLoggingPolicy": true, |
| 34 | + "@aws-cdk/aws-sns-subscriptions:restrictSqsDescryption": true, |
| 35 | + "@aws-cdk/aws-apigateway:disableCloudWatchRole": true, |
| 36 | + "@aws-cdk/core:enablePartitionLiterals": true, |
| 37 | + "@aws-cdk/core:target-partitions": [ |
| 38 | + "aws", |
| 39 | + "aws-cn" |
| 40 | + ] |
15 | 41 | } |
16 | 42 | } |
0 commit comments