Skip to content

Commit af9c13a

Browse files
committed
update lambda nodejs version to 10.x
1 parent 98aa83d commit af9c13a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cognito.config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ ccr:
8080
ccrCognitoUPC:
8181
role: cognito
8282
code: https://github.com/base2Services/cloudformation-custom-resources-nodejs/releases/download/1.0.0/ccr-nodejs-1.0.0.zip
83-
runtime: nodejs6.10
83+
runtime: nodejs10.x
8484
named: false
8585
timeout: 30
8686
handler: cognito-user-pool-client/index.handler
8787
ccrCognitoDN:
8888
role: cognito
8989
code: https://github.com/base2Services/cloudformation-custom-resources-nodejs/releases/download/1.0.0/ccr-nodejs-1.0.0.zip
90-
runtime: nodejs6.10
90+
runtime: nodejs10.x
9191
named: false
9292
timeout: 30
9393
handler: cognito-user-pool-domain/index.handler

0 commit comments

Comments
 (0)