0

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

Channa
  • 742
  • 17
  • 28
Raghav
  • 11
  • 1

1 Answers1

0

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

Raghav
  • 11
  • 1