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

Enhancement: Add Step Functions to support resourcegroupstagging #8212

Closed
zkarpinski opened this issue Oct 7, 2024 · 2 comments · Fixed by #8215
Closed

Enhancement: Add Step Functions to support resourcegroupstagging #8212

zkarpinski opened this issue Oct 7, 2024 · 2 comments · Fixed by #8215

Comments

@zkarpinski
Copy link
Contributor

zkarpinski commented Oct 7, 2024

Per the AWS docs Step Function support the Resource Groups Tagging API.

It looks like there is a custom implementation for tags for step functions. @bblommers is there a special case with Step Functions or is this a simple use-case to add this support?

@bblommers
Copy link
Collaborator

Hi @zkarpinski, that should be relatively straightforward.

The Resource Groups Tagging implementation in Moto simply checks the backend for each service, and uses the tags already stored there. So it would be a matter if adding an additional logic-block for SFN here:

@zkarpinski
Copy link
Contributor Author

@bblommers Easy enough thank you for the guidance. Submitted a pr!

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

Successfully merging a pull request may close this issue.

2 participants