costfilters not populating in budgets data
Closed this issue · 2 comments
joegajeckyj commented
Hi,
I have been trying to join the budgets data to my CID and the lambda is not pulling the filters so I can join to the cost allocation tags
I have worked around by updating the lambda as follows
to this
if 'CostFilters' not in budget or len(budget['CostFilters']) == 0:
marcodb-aws commented
hello!
we're updating the budget integration of CID thanks to AWS Budget Tags new feature.
This should solve your problem with match between AWS Budget and Cost Allocation tag.
Thank you for your interest and patience,
I'll post relevant update here.
Thanks!
iakov-aws commented
Tagging feature was released. Now you can use tags from Budgets directly 🚀