Readme mentions S3 permission, but not exact CodeDeploy permissions.
I know it needs at least:
codedeploy:RegisterApplicationRevision for applcations
codedeploy:CreateDeployment and list deployments (I just used codedeploy:List*) for deployment groups
I'd make a PR, but I'm not sure what the exact policies are, because took a bit of a shortcut and used some * and permissions I used for a previous implementation I was using.
Readme mentions S3 permission, but not exact CodeDeploy permissions.
I know it needs at least:
codedeploy:RegisterApplicationRevision
for applcationscodedeploy:CreateDeployment
and list deployments (I just usedcodedeploy:List*
) for deployment groupsI'd make a PR, but I'm not sure what the exact policies are, because took a bit of a shortcut and used some
*
and permissions I used for a previous implementation I was using.