Skip to content

Instantly share code, notes, and snippets.

@MitchyBAwesome
Created July 9, 2018 00:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MitchyBAwesome/4b6efcf29be4113bad2cae0e32bfbd21 to your computer and use it in GitHub Desktop.
Save MitchyBAwesome/4b6efcf29be4113bad2cae0e32bfbd21 to your computer and use it in GitHub Desktop.
CloudWatch Event Rule Definition
{
"Name": "CodeCommitRule",
"EventPattern": "{\"source\": [ \"aws.codecommit\" ],\"detail-type\": [ \"CodeCommit Repository State Change\" ],\"resources\": [ \"<arn_of_codecommit_repo>\" ],\"detail\": {\"event\": [\"referenceCreated\",\"referenceUpdated\"],\"referenceType\":[\"branch\"],\"referenceName\": [\"master\"]}}",
"State": "ENABLED"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment