Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CloudWatch Slack Alerts Lambda message format
* Creates a dict rather than creating a JSON string and loading it * Checks if the message result is a string, and creates a dict if it is * Removes the 'return True', which is causing the function to exit early
- Loading branch information