add cdk scripts
This commit is contained in:
parent
384fb84950
commit
d9bae37ccc
17 changed files with 5362 additions and 0 deletions
9
deploy/scripts/cdk/.gitignore
vendored
Normal file
9
deploy/scripts/cdk/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
*.js
|
||||
!jest.config.js
|
||||
*.d.ts
|
||||
node_modules
|
||||
|
||||
# CDK asset staging directory
|
||||
.cdk.staging
|
||||
cdk.out
|
||||
!/lib
|
||||
Loading…
Add table
Add a link
Reference in a new issue