mirror of
https://github.com/lyx0/noury.li.git
synced 2024-11-13 19:49:54 +01:00
32 lines
828 B
JSON
32 lines
828 B
JSON
{
|
|
"app": "npx ts-node --prefer-ts-exts bin/cdk.ts",
|
|
"watch": {
|
|
"include": [
|
|
"**"
|
|
],
|
|
"exclude": [
|
|
"README.md",
|
|
"cdk*.json",
|
|
"**/*.d.ts",
|
|
"**/*.js",
|
|
"tsconfig.json",
|
|
"package*.json",
|
|
"yarn.lock",
|
|
"node_modules",
|
|
"test"
|
|
]
|
|
},
|
|
"context": {
|
|
"@aws-cdk/aws-apigateway:usagePlanKeyOrderInsensitiveId": true,
|
|
"@aws-cdk/core:stackRelativeExports": true,
|
|
"@aws-cdk/aws-rds:lowercaseDbIdentifier": true,
|
|
"@aws-cdk/aws-lambda:recognizeVersionProps": true,
|
|
"@aws-cdk/aws-cloudfront:defaultSecurityPolicyTLSv1.2_2021": true,
|
|
"@aws-cdk-containers/ecs-service-extensions:enableDefaultLogDriver": true,
|
|
"@aws-cdk/aws-ec2:uniqueImdsv2TemplateName": true,
|
|
"@aws-cdk/core:target-partitions": [
|
|
"aws",
|
|
"aws-cn"
|
|
]
|
|
}
|
|
}
|