aws-samples / aws-sdk-unity-samples

This repository has samples that demonstrate various aspects of the AWS Mobile SDK for Unity, you can get the SDK source on Github (https://github.com/aws/aws-sdk-net)
Other
161 stars 107 forks source link

Errors while importing ChessGameCloudFormationTemplate.template #25

Open Spud6703 opened 7 years ago

Spud6703 commented 7 years ago

When I tried to import the ChessGameCloudFormationTemplate.template into my AWS account, I got the following errors and everything rolled back:

10:02:17 UTC-0700 CREATE_FAILED AWS::Lambda::Function NewChessMatch The runtime parameter of nodejs is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs6.10) while creating or updating functions.
  10:02:17 UTC-0700 CREATE_FAILED AWS::Lambda::Function NewMoveNotifier The runtime parameter of nodejs is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs6.10) while creating or updating functions.

I'm new to all this AWS stuff so I have no idea how to fix the script or .js files.

drallcom3 commented 6 years ago

Issue still exists

itsdrew commented 6 years ago

In the template I changed nodejs to nodejs6.10 (current version for lambda)... seems to be working.