UNPKG
sst-aws-cdk
Version:
latest (2.1018.1-3)
2.1018.1
2.1018.1-3
2.1018.1-2
2.1018.1-1
2.1005.0
2.179.0
2.179.0-3
2.179.0-2
2.179.0-1
2.171.1
2.171.1-4
2.171.1-3
2.171.1-2
2.171.1-1
2.161.1
2.161.1-2
2.161.1-1
2.142.1
2.132.1
2.124.0
2.110.1
2.110.1-1
2.101.1
2.100.0
2.95.1
2.91.0
2.84.0
2.69.0
2.62.2-3
2.62.2-2
2.62.2-1
AWS CDK CLI, the command line tool for CDK apps
github.com/aws/aws-cdk
aws/aws-cdk-cli
sst-aws-cdk
/
lib
/
init-templates
/
sample-app
/
javascript
/
cdk.template.json
16 lines
(15 loc)
•
237 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"app"
:
"node bin/%name%.js"
,
"watch"
:
{
"include"
:
[
"**"
]
,
"exclude"
:
[
"README.md"
,
"cdk*.json"
,
"jest.config.js"
,
"package*.json"
,
"yarn.lock"
,
"node_modules"
,
"test"
]
}
}