We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5860e8 commit 8e90e0aCopy full SHA for 8e90e0a
apigw-dynamodb-python-cdk/app.py
@@ -39,6 +39,6 @@
39
40
app.node.set_context("usage_plans", usage_plans)
41
42
-stack = ApigwDynamodbPythonStack(app, "CapstoneDynamodbPythonStack")
+stack = ApigwDynamodbPythonStack(app, "ApigwDynamodbPythonStack")
43
44
app.synth()
0 commit comments