serverless-aws-alias icon indicating copy to clipboard operation
serverless-aws-alias copied to clipboard

Support for tags in Amazon API Gateway

Open arabold opened this issue 6 years ago • 1 comments

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.

arabold avatar Jan 11 '18 15:01 arabold

Wonderful 💥

HyperBrain avatar Jan 11 '18 15:01 HyperBrain