I have a use-case where QLDB table contains this :
customer-id | customer-name | customer-item-count
I have a need to publish the metrics per customer-id every 5 minutes to cloudwatch and this data is available is in the QLDB table.
Is there a way to do?
QLDB has export jobs to export the content to S3, is there tooling to dump contents to cloudwatch?