13 lines
411 B
JSON
13 lines
411 B
JSON
{
|
|
"app": "npx ts-node --prefer-ts-exts aws/index.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"]
|
|
}
|
|
}
|