Skip to content

Instantly share code, notes, and snippets.

@MitchyBAwesome
Created July 9, 2018 00:35
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/d7803bf1096b3c82b1f2bb2b43acc67c to your computer and use it in GitHub Desktop.
Save MitchyBAwesome/d7803bf1096b3c82b1f2bb2b43acc67c to your computer and use it in GitHub Desktop.
CloudWatch Events Permission Policy
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"codepipeline:StartPipelineExecution"
],
"Resource": [
"*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment