You must be logged in to view saved presets
An IAM policy that allows a user to use Git to pull from, and push to, a specific AWS CodeCommit repository.
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"codecommit:GitPull",
"codecommit:GitPush"
],
"Resource": [
"arn:aws:codecommit:::"
],
"Effect": "Allow"
}
]
}