From 473f87c2c3aaa7e16d15c7c703baeecd1e6f52e5 Mon Sep 17 00:00:00 2001 From: Gagan Tunuguntla Date: Wed, 25 Dec 2019 11:07:22 -0500 Subject: [PATCH] [Hotfix] removed output statement --- api/template.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/api/template.yaml b/api/template.yaml index cbca30b..280fd1c 100644 --- a/api/template.yaml +++ b/api/template.yaml @@ -95,7 +95,6 @@ Outputs: Value: !Ref ServerlessRestApi Export: Name: !Sub "${StackName}-API-GATEWAY-API-ID" -Outputs: ApiFunctionOutput: Description: Id of Lambda function that is the brains behind the api Value: !Ref ApiFunction