diff --git a/infrastructure/backend_stack.py b/infrastructure/backend_stack.py index eca2c49..9327f0b 100644 --- a/infrastructure/backend_stack.py +++ b/infrastructure/backend_stack.py @@ -86,7 +86,7 @@ def __init__( CfnOutput( self, "FunctionArnOutput", - description="Serverless App Lambda Function ARN", + description="ARN of the Lambda function backing the greeting API", value=self.app.function.function_arn, ) CfnOutput(