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 3c45cb7 commit e43e9a2Copy full SHA for e43e9a2
1 file changed
apigw-python-cdk-lambda-snapstart/app.py
@@ -63,6 +63,7 @@ def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
63
)
64
CfnOutput(self, "CarTableName", value=car_table.table_name)
65
66
+description = "Sample app (uksb-1tthgi812) (tag:apigw-python-cdk-lambda-snapstart)"
67
app = App()
-CarStoreStack(app, "CarStoreStack")
68
+CarStoreStack(app, "CarStoreStack", description=description)
69
app.synth()
0 commit comments