aws-samples / aws-serverless-workshops

Code and walkthrough labs to set up serverless applications for Wild Rydes workshops
http://wildrydes.com
Apache License 2.0
4.2k stars 2.63k forks source link

PutJobSuccessResult Permission #224

Closed ohheyrj closed 5 years ago

ohheyrj commented 5 years ago

Hello,

I am currently working through the DevOps course, I'm right at the end of the multiple environment section however when running the pipleline after adding the beta step I am getting the following error:

Action execution failed
The AWS Lambda function uni-api-test-setup failed to return a result. Check the function to verify that it has permission to call the PutJobSuccessResult action and that it made a call to PutJobSuccessResult.

This is happening at the beta InvokeLambdaTestFunction step.

Any help would be great.

samdengler commented 5 years ago

@rj175 - the multi-environment module is not currently working due to a breaking change in CodeStar permission management. It is not included in the navigation of modules, but the code is still in the repo. I'll add a note in the module to make that clearer.

ohheyrj commented 5 years ago

@samdengler Thanks! I was starting to think I was loosing my mind! Please feel free to close this issue

samdengler commented 5 years ago

@rj175 Apologies for the mental distress! I'll close the issue, but plan to update the module this week with the additional warning. Thanks for the feedback!