How to create counter using AWS Cloudwatch PutMetricDataCommand
I want to use AWS CloudFront custom metrics to create a count tracker for special requests (per unique user identified by userName). I am able to send data to CloudFront using code sample shared below. The data getting captured is not cumulative but always shows count as 1 even after multiple requests.When I visualise this […]