Skip to content

Commit e43e9a2

Browse files
authored
Tagging
1 parent 3c45cb7 commit e43e9a2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • apigw-python-cdk-lambda-snapstart

apigw-python-cdk-lambda-snapstart/app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
6363
)
6464
CfnOutput(self, "CarTableName", value=car_table.table_name)
6565

66+
description = "Sample app (uksb-1tthgi812) (tag:apigw-python-cdk-lambda-snapstart)"
6667
app = App()
67-
CarStoreStack(app, "CarStoreStack")
68+
CarStoreStack(app, "CarStoreStack", description=description)
6869
app.synth()

0 commit comments

Comments
 (0)