cloudtools / awacs

Python library for AWS Access Policy Language creation
BSD 2-Clause "Simplified" License
396 stars 102 forks source link

TagResource action needed for ApiGateway #254

Open lnreeder opened 1 year ago

lnreeder commented 1 year ago

Per https://docs.aws.amazon.com/apigateway/latest/api/API_Operations.html, ApiGateway has a TagResource action. Using this call, or apparently any action that adds tags to a resource like CreateDomainName, requires the permission apigateway:TagResource, but this is missing as an action in awacs/apigateway.py