From 3efbf9da6fb5103c4dc3af09bba3838dbfd4b3ef Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Wed, 12 Jun 2019 22:03:43 -0600 Subject: blog: update lambda runtime AWS is deprecating the `nodejs6.10` runtime, update to the next stable release. Signed-off-by: Kenny Ballou --- stacks/blog.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/blog.tpl b/stacks/blog.tpl index 06eb628..d422935 100644 --- a/stacks/blog.tpl +++ b/stacks/blog.tpl @@ -176,7 +176,7 @@ "Handler": "index.handler", "MemorySize": 128, "Role": {"Fn::GetAtt": ["URIRewriteLambdaRole", "Arn"]}, - "Runtime": "nodejs6.10", + "Runtime": "nodejs8.10", "Tags": [ {"Key": "Domain", "Value": {"Ref": "DomainName"}} ] -- cgit v1.2.1