You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello & thanks for your work on this module. I've given it a go to test deployment notifications for our 4 codepipeline jobs however sadly we never get any notifications.
When i try and manually test a notification from Lambda, i get the following error:
ERROR Invoke Error {"errorType":"TypeError","errorMessage":"Cannot read property 'action' of undefined","stack":["TypeError: Cannot read property 'action' of undefined"," at processEvent (/var/task/handler.js:11:20)"," at Runtime.exports.handle [as handler] (/var/task/handler.js:21:3)"," at Runtime.handleOnce (/var/runtime/Runtime.js:66:25)"]}
Does this require more work?
The text was updated successfully, but these errors were encountered:
From the error message you posted, I can't really tell what went wrong (since you did a manual test, please post the event payload that was sent to the lambda during the test).
Please post more information like:
Your module implementation code
Codepipeline resource AWS region vs Discord Module's specified AWS region.
event parameter content received by the lambda's handler function from when a job was executed & you didn't receive a notification.
Discord module's lambda runtime execution log (should be available in cloudwatch logs).
The more info you share the easier it will be for me to help you debug this.
Hello & thanks for your work on this module. I've given it a go to test deployment notifications for our 4 codepipeline jobs however sadly we never get any notifications.
When i try and manually test a notification from Lambda, i get the following error:
ERROR Invoke Error {"errorType":"TypeError","errorMessage":"Cannot read property 'action' of undefined","stack":["TypeError: Cannot read property 'action' of undefined"," at processEvent (/var/task/handler.js:11:20)"," at Runtime.exports.handle [as handler] (/var/task/handler.js:21:3)"," at Runtime.handleOnce (/var/runtime/Runtime.js:66:25)"]}
Does this require more work?
The text was updated successfully, but these errors were encountered: