From 48ea1c69f84a0cffb157f7a7c9757d5d60ccd3ea Mon Sep 17 00:00:00 2001 From: Oliver Gutperl Date: Wed, 27 Mar 2019 12:49:52 +0100 Subject: [PATCH] lambda runtime updated to nodejs8.10 --- sam.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sam.yaml b/sam.yaml index 569f478..f84ec5c 100644 --- a/sam.yaml +++ b/sam.yaml @@ -12,7 +12,7 @@ Resources: Type: AWS::Serverless::Function Properties: Handler: index.handler - Runtime: nodejs6.10 + Runtime: nodejs8.10 Description: 'Standard Redirects for CloudFront by Digital Sailors via the Serverless Application Repository.' MemorySize: 128 Timeout: 3