aws / chalice

Python Serverless Microframework for AWS
Apache License 2.0
10.6k stars 1.01k forks source link

Allow config settings for API Gateway tags per stage #990

Open dmulter opened 5 years ago

dmulter commented 5 years ago

Permit specification of key/value pairs for API Gateway stage tags. The existing functionality for tagging Lambda functions is great, but it's also needed for API Gateway stages as well.

kyleknap commented 5 years ago

Makes sense to me! Marking as a feature request.

Zerthick commented 5 years ago

I have a use-case where this would be very helpful, I'd love to see this feature added!

danil-smirnov commented 4 years ago

@dmulter @kyleknap Could we extend this to IAM roles tagging as well guys? Ideally all the resources created by Chalice should be tagged...