ogrodnek/code-pipeline-slack

Non-Functional

allantaylor8907 opened this issue · 0 comments

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'"
}