First try at pipeline publish
This commit is contained in:
12
cdk.json
Normal file
12
cdk.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user