diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..ed8466e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.pythonPath": ".env/bin/python3" +} \ No newline at end of file diff --git a/cdk.context.json b/cdk.context.json new file mode 100644 index 0000000..ac51370 --- /dev/null +++ b/cdk.context.json @@ -0,0 +1,4 @@ +{ + "@aws-cdk/core:enableStackNameDuplicates": "true", + "aws-cdk:enableDiffNoFail": "true" +} diff --git a/cdk.json b/cdk.json index 39c301c..b4baa10 100644 --- a/cdk.json +++ b/cdk.json @@ -1,7 +1,3 @@ { - "app": "python3 app.py", - "context": { - "@aws-cdk/core:enableStackNameDuplicates": "true", - "aws-cdk:enableDiffNoFail": "true" - } + "app": "python3 app.py" }