cloudtools/awacs

Missing a few CodeCommit & CloudFormation actions

Noah-Huppert opened this issue · 1 comments

I was going recreating this AWS policy example with Troposphere and awacs and I found that awacs was missing a couple actions.

  • codecommit:CancelUploadArchive
  • codecommit:GetCommit
  • codecommit:GetUploadArchiveStatus
  • codecommit:UploadArchive
  • cloudformation:DeleteChangeSet

More may be missing, I didn't look at the spec, these actions just weren't implemented and I was trying to use them.

Added. Thanks for the issue.