We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bd41c commit 99a8f64Copy full SHA for 99a8f64
src/cfn/template.yaml
@@ -771,7 +771,7 @@ Resources:
771
Type: AWS::Serverless::Function
772
Properties:
773
FunctionName: !Sub RekogDemoSetup${CollectionId}
774
- Runtime: nodejs10.x
+ Runtime: nodejs14.x
775
Handler: index.handler
776
CodeUri: ../backend/functions/setup/
777
Description: !Sub Custom Lambda resource for the ${CollectionId} Cloudformation Stack
0 commit comments