node version updated

This commit is contained in:
Oliver Gutperl
2021-05-30 12:29:48 +02:00
parent 772938131a
commit cb3b9876e3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "standard-redirects-for-cloudfront",
"version": "1.4.2",
"version": "1.4.3",
"description": "",
"main": "index.js",
"scripts": {

View File

@@ -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