Using value_from from centralized DynamoDB #9747
Unanswered
TomasTomcak
asked this question in
AWS
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
We are trying to use a centralized DynamoDB to enforce tags with correct values on resources based on their IDs. Unique IDs are stored in DynamoDB along with other respective tags, and these IDs are also present on the resources themselves.
As we have many aws accounts we are considering using the
value_from
to query a single item from DynamoDB based on the ID from the resource's tag and then add the corresponding tags from DynamoDB to the resource.Would be such usecase possible?
Beta Was this translation helpful? Give feedback.
All reactions