Skip to content

Commit 8e90e0a

Browse files
committed
rename stack
1 parent e5860e8 commit 8e90e0a

File tree

1 file changed

+1
-1
lines changed
  • apigw-dynamodb-python-cdk

1 file changed

+1
-1
lines changed

apigw-dynamodb-python-cdk/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939

4040
app.node.set_context("usage_plans", usage_plans)
4141

42-
stack = ApigwDynamodbPythonStack(app, "CapstoneDynamodbPythonStack")
42+
stack = ApigwDynamodbPythonStack(app, "ApigwDynamodbPythonStack")
4343

4444
app.synth()

0 commit comments

Comments
 (0)