Initial commit

This commit is contained in:
2020-06-05 18:00:53 +02:00
commit 14fb18740b
9 changed files with 154 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
*.swp
package-lock.json
__pycache__
.pytest_cache
.env
*.egg-info
# CDK asset staging directory
.cdk.staging
cdk.out