From def184c2f52c10970f41bde76b45d312f4c1ef10 Mon Sep 17 00:00:00 2001 From: Henrique Pires Goulart dos Santos Date: Tue, 14 Jul 2020 23:24:20 -0300 Subject: [PATCH] Runtime update nodejs 8 no longer supported --- template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.yaml b/template.yaml index cc6a55a..79062ee 100644 --- a/template.yaml +++ b/template.yaml @@ -3,7 +3,7 @@ Transform: AWS::Serverless-2016-10-31 Globals: Function: - Runtime: nodejs8.10 + Runtime: nodejs12.x Handler: index.handler MemorySize: 3008 Timeout: 10