Aws To Slack Versions Save

Forward AWS CloudWatch Alarms and other notifications from Amazon SNS to Slack.

1.3.0

4 years ago
  • Upgrade NodeJS 8 to 10.x
  • Add convenience function to disable links with HIDE_AWS_LINKS=1
  • Fix CodeBuild URLs
  • Add support for SampleCount CloudWatch metrics

1.2.2

4 years ago
  • Updates lodash to 4.17.14 to address security vulnerability
  • make deploy now uses flagless echo statement

1.2.1

4 years ago
  • Fix infinite loop when CloudWatch returns just one datapoint
  • Fix KMS decryption
  • Separate matches(event) and parse(event) within parsers
  • Update function roles in CloudFormation template
  • Retrieve commit message for CodeCommit events

1.2.0

5 years ago
  • Uses async/await for easier Promise flow/debugging
  • Adds alert-limit bar to CloudWatch graph
  • Add helpful footer links for SNS notifications
  • New parser: CodePipeline
  • CodeBuild failure links directly to CodeBuild execution
  • Better GuardDuty support
  • New deploy option for Makefile

1.1.9

5 years ago
  • Added CodePipeline and Approval parser

1.1.8

5 years ago
  • Added CodeDeploy SNS and GuardDuty parsers
  • Updated dependencies

1.1.7

5 years ago
  • Added CodeDeploy parser
  • Added CodeCommit parsers for repo and pull request events
  • Fixed transform issue (#23)

1.1.6

5 years ago
  • Added support for AWS regions other than us-east-1
  • Updated dependencies; fixed typo

1.1.5

6 years ago
  • SES Notifications
  • Improved chart legend to show metric name instead of alert name

1.1.3

6 years ago
  • AWS Code Build
  • Amazon Inspector