Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-Functional #17

Open
allantaylor8907 opened this issue May 19, 2020 · 0 comments
Open

Non-Functional #17

allantaylor8907 opened this issue May 19, 2020 · 0 comments

Comments

@allantaylor8907
Copy link

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'"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant