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