/aws-codebuild-sns-rocketchat

Send events to Rocket Chat triggered by SNS and CodeBuild events.

Primary LanguageJavaScriptMIT LicenseMIT

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