Skip to content

Commit 99a8f64

Browse files
authored
Upgrade deprecated runtime nodejs10.x (#62)
1 parent 22bd41c commit 99a8f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cfn/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ Resources:
771771
Type: AWS::Serverless::Function
772772
Properties:
773773
FunctionName: !Sub RekogDemoSetup${CollectionId}
774-
Runtime: nodejs10.x
774+
Runtime: nodejs14.x
775775
Handler: index.handler
776776
CodeUri: ../backend/functions/setup/
777777
Description: !Sub Custom Lambda resource for the ${CollectionId} Cloudformation Stack

0 commit comments

Comments
 (0)