Lambda function that sends notification to Rocket Chat when triggered by a SNS message from CloudWatch CodeBuild events on AWS.
- CodeBuild logs events to CloudWatch on build stage changes.
- CloudWatch triggers a SNS topic notification.
- SNS topic notification triggers lambda function since it's a subscriber.
- Lamba function authenticates with Rocket Chat and sends message to Rocket Chatchannel.
- Build Notifications Sample for AWS CodeBuild
- How To Set Up A Slack Channel To Be An AWS SNS Subscriber
- Rocket.Chat REST API
MIT