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
This is unfortunately non functional.
The deploy buttons that trigger cloud formation directly are using a different version of code than the master branch. I have pulled down the master branch and tried to deploy it manually to cloud formation but there are so many dependency issues the lambda will not even run.
From the deploy button:
Response:
{
"stackTrace": [
[
"/var/task/notifier.py",
98,
"run",
"m = process(event)"
],
[
"/var/task/notifier.py",
90,
"process",
"if event['source'] == \"aws.codepipeline\":"
]
],
"errorType": "TypeError",
"errorMessage": "list indices must be integers, not str"
}
From the master branch:
Response:
{
"errorMessage": "Unable to import module 'notifier'"
}
The text was updated successfully, but these errors were encountered:
This is unfortunately non functional.
The deploy buttons that trigger cloud formation directly are using a different version of code than the master branch. I have pulled down the master branch and tried to deploy it manually to cloud formation but there are so many dependency issues the lambda will not even run.
From the deploy button:
From the master branch:
The text was updated successfully, but these errors were encountered: