Committing the 'automatic' refactoring

This commit is contained in:
2020-04-14 12:45:02 +02:00
parent 17017a1f84
commit df4124b6cc
3 changed files with 8 additions and 5 deletions

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"python.pythonPath": ".env/bin/python3"
}

4
cdk.context.json Normal file
View File

@@ -0,0 +1,4 @@
{
"@aws-cdk/core:enableStackNameDuplicates": "true",
"aws-cdk:enableDiffNoFail": "true"
}

View File

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