You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using replication_regions in aws_cdk.aws_dynamodb.Table, it implicitly creates Lambda functions along with their corresponding log groups. However, it appears that the tags assigned to the stack are not automatically propagated to the log groups. One potential solution could be to create the log groups separately and pass them as arguments to the Lambdas, but since these Lambdas are created implicitly, it's unclear how to achieve this. Could you help determine the best approach to ensure these log groups are properly tagged?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When using
replication_regions
inaws_cdk.aws_dynamodb.Table
, it implicitly creates Lambda functions along with their corresponding log groups. However, it appears that the tags assigned to the stack are not automatically propagated to the log groups. One potential solution could be to create the log groups separately and pass them as arguments to the Lambdas, but since these Lambdas are created implicitly, it's unclear how to achieve this. Could you help determine the best approach to ensure these log groups are properly tagged?Beta Was this translation helpful? Give feedback.
All reactions