0
votes

I am trying to use AWS quickstart-onica-connected-camera guide in order to stream camera videos to AWS Kinesis, but while creating stack using cloudformation template it leads to following error:

The following resource(s) failed to create: [ProvisioningKeyFunction, ExampleCameraStatusLambda, RoleAliasFunction, MonitoringLambdaFunction, CameraShadowLambda, ExampleCameraPairingLambda, StackAvailabilityFunction].

Link to Quickstart guide: https://github.com/DalavanCloud/quickstart-onica-connected-camera

1
Are there any other error messages? Please add them to the post. - user16442705
This is the only error message I am getting right now. - Raghav

1 Answers

0
votes

The problem was with NodeJS deprecated version being used in the template for executing Lambda Functions, changing that to latest supported version worked.