feat: Add deployment script

This commit is contained in:
2024-01-30 17:33:47 +01:00
parent cd5de224fe
commit edfe447478
11 changed files with 4511 additions and 0 deletions

8
deployment/.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
*.js
!jest.config.js
*.d.ts
node_modules
# CDK asset staging directory
.cdk.staging
cdk.out