You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: