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
I have been setup Lambda and Codepipelines successfully and the Cloudwatch Event is working now. The Slack Tokens are work with #builds channel as well.
However, Lambda function seems not works, I always received an error message like this:
list indices must be integers, not str: TypeError
Traceback (most recent call last):
File "/var/task/notifier.py", line 98, in run
m = process(event)
File "/var/task/notifier.py", line 90, in process
if event['source'] == "aws.codepipeline":
TypeError: list indices must be integers, not str
Anyone knows why?
Thank you so much!
The text was updated successfully, but these errors were encountered:
Hi there,
I have been setup Lambda and Codepipelines successfully and the Cloudwatch Event is working now. The Slack Tokens are work with #builds channel as well.
However, Lambda function seems not works, I always received an error message like this:
Anyone knows why?
Thank you so much!
The text was updated successfully, but these errors were encountered: