From e3b8a8695e0d38eae09a6e0393ca356b280ad9d9 Mon Sep 17 00:00:00 2001 From: Chris Coombs Date: Wed, 8 Jan 2020 21:50:55 +1100 Subject: [PATCH] Upgrade deprecated runtime nodejs8.10 --- amplify/backend/auth/auth/auth-cloudformation-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amplify/backend/auth/auth/auth-cloudformation-template.yml b/amplify/backend/auth/auth/auth-cloudformation-template.yml index b46ce6a..79b7025 100644 --- a/amplify/backend/auth/auth/auth-cloudformation-template.yml +++ b/amplify/backend/auth/auth/auth-cloudformation-template.yml @@ -263,7 +263,7 @@ Resources: - ' }' - '};' Handler: index.handler - Runtime: nodejs8.10 + Runtime: nodejs10.x Timeout: '300' Role: !GetAtt - UserPoolClientRole