serverless-heaven / serverless-aws-alias

Alias support for Serverless 1.x
MIT License
189 stars 66 forks source link

Support for tags in Amazon API Gateway #93

Open arabold opened 6 years ago

arabold commented 6 years ago

This is a Feature Proposal

Description

On AWS tags are commonly used for logically associating resources with each other and simplifying billing. Amazon's API Gateway stages support tags now 🎉. However, those don't seem to be populated by Serverless yet:

image

Serverless already supports tags for Lambda functions as well as a stack-wide tags (stackTags). As an API Gateway stage can only have one set of tags I suggest to automatically assign the stackTags to the API Gateway stages during deployment.

HyperBrain commented 6 years ago

Wonderful 💥