diff --git a/package.json b/package.json index f24cc33..b565131 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "standard-redirects-for-cloudfront", - "version": "1.4.2", + "version": "1.4.3", "description": "", "main": "index.js", "scripts": { diff --git a/sam.yaml b/sam.yaml index 395fc4c..b9a760d 100644 --- a/sam.yaml +++ b/sam.yaml @@ -11,7 +11,7 @@ Resources: Type: AWS::Serverless::Function Properties: Handler: index.handler - Runtime: nodejs10.x + Runtime: nodejs14.x Description: 'Standard Redirects for CloudFront by Digital Sailors via the Serverless Application Repository.' Role: !GetAtt LambdaRole.Arn MemorySize: 128