the-ldk
Version:
Welcome to the LDK! A collection of custom AWS CDK constructs to help you build serverless applications faster.
14 lines (13 loc) • 313 B
JSON
{
"app": "npx ts-node --prefer-ts-exts src/examples/App.ts",
"context": {
"@aws-cdk/core:newStyleStackSynthesis": true,
"aws-cdk:enableDiffNoFail": true
},
"output": "cdk.out",
"requireApproval": "never",
"watch": {
"include": ["**/*.ts"],
"exclude": ["cdk.out", "node_modules"]
}
}