Skip to content

Instantly share code, notes, and snippets.

@tomwwright
Created December 17, 2018 11:03
Show Gist options
  • Save tomwwright/5e79a0a81693134b092d33d8ca374ad0 to your computer and use it in GitHub Desktop.
Save tomwwright/5e79a0a81693134b092d33d8ca374ad0 to your computer and use it in GitHub Desktop.
Medium : Build Numbers with AWS CodeBuild
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ssm:GetParameter",
"ssm:GetParameters",
"ssm:PutParameter"
],
"Resource": "arn:aws:ssm:{region}:{account-id}:parameter/build-number/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment