Created
December 17, 2018 11:03
-
-
Save tomwwright/5e79a0a81693134b092d33d8ca374ad0 to your computer and use it in GitHub Desktop.
Medium : Build Numbers with AWS CodeBuild
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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