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

7
cdk.json Normal file
View File

@@ -0,0 +1,7 @@
{
"app": "python3 app.py",
"context": {
"@aws-cdk/core:enableStackNameDuplicates": "true",
"aws-cdk:enableDiffNoFail": "true"
}
}