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

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"
}
}