Skip to content

Commit 667ca50

Browse files
authored
tagging
1 parent 9c44783 commit 667ca50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apigw-lambda-redshiftdataapi/apigw_lambda_redshiftdataapi_stack.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,5 +246,6 @@ def lambda_handler(event, context):
246246

247247
if __name__ == "__main__":
248248
app = cdk.App()
249-
ApigwRedshiftDataApi(app, "ApigwRedshiftDataApi")
249+
description = "Serverlessland Pattern for Redshift Data API. (uksb-1tthgi812) (tag:apigw-lambda-redshiftdataapi)"
250+
ApigwRedshiftDataApi(app, "ApigwRedshiftDataApi",description=description)
250251
app.synth()

0 commit comments

Comments
 (0)