Initial commit

This commit is contained in:
Domenico Testa
2020-04-14 12:18:24 +02:00
commit 17017a1f84
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