From 6eaac2e06d6b00febfe00c762d01caaf14526ba0 Mon Sep 17 00:00:00 2001 From: ogutperl Date: Tue, 9 Jan 2018 10:04:29 +0100 Subject: [PATCH] Fixed bug (missing CloudFormation resource) --- sam.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sam.yaml b/sam.yaml index be96912..569f478 100644 --- a/sam.yaml +++ b/sam.yaml @@ -16,3 +16,9 @@ Resources: Description: 'Standard Redirects for CloudFront by Digital Sailors via the Serverless Application Repository.' MemorySize: 128 Timeout: 3 + DeployedFunction: + Type: AWS::Lambda::Version + Properties: + Description: The deployed version of the function + FunctionName: + Ref: StandardRedirectsForCloudFront \ No newline at end of file