Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tags are not applied to api gateway resources #1859

Open
kalpaitch opened this issue Dec 26, 2021 · 5 comments
Open

Tags are not applied to api gateway resources #1859

kalpaitch opened this issue Dec 26, 2021 · 5 comments

Comments

@kalpaitch
Copy link
Contributor

I've been tagging my resources, partly for billing, but also for access control. It turns out that the tags property is applied only to the lambda functions and not to any of the additional resources such as the api gateway.

This is found when being packaged to terraform but may also be the case for other deployment options.

chalice 1.26.2, python 3.8.0

@jamesls
Copy link
Member

jamesls commented Jan 5, 2022

This is found when being packaged to terraform but may also be the case for other deployment options.

Correct. The docs you link mention only Lambda functions are tagged for now, so this applies to all deployment options. Marking as a feature request to tag all available resources created by Chalice.

@kalpaitch
Copy link
Contributor Author

kalpaitch commented Jan 6, 2022

Thanks, my primary use case is tagging services for access control, so specifically the api gateway resources.

@MartijnHarmenzon
Copy link

MartijnHarmenzon commented Jan 23, 2023

Any update on this? We would also like to see that API Gateway, IAM roles, CloudWatch events and logs are tagged where possible.

@zenoweed
Copy link

Any update or workaround on this would be super helpful. Thanks!

@lxadtz33
Copy link

lxadtz33 commented Apr 3, 2024

Are there any updates to getting this feature added? It is great the lambda gets tagged, but would be great to insert tags on the api gateway and other resources deployed via chalice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants