Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

miguelmota/aws-codebuild-sns-rocketchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeBuild SNS to Rocket Chat

Lambda function that sends notification to Rocket Chat when triggered by a SNS message from CloudWatch CodeBuild events on AWS.

Flow

  • 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.

Resources

License

MIT

Releases

No releases published

Packages

No packages published