Skip to content

Instantly share code, notes, and snippets.

@sionsmith
Created August 7, 2019 09:19
Show Gist options
  • Save sionsmith/23b7dfcd3ab9c302dc1c172c871a589a to your computer and use it in GitHub Desktop.
Save sionsmith/23b7dfcd3ab9c302dc1c172c871a589a to your computer and use it in GitHub Desktop.
AWS event template published for CodeBuild successful builds.
[
{
"Source": "com.ami.builder",
"DetailType": "AmiBuilder",
"Detail": "{ \"AmiStatus\": \"Created\"}",
"Resources": [ "<<AMI-ID>>" ]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment