aws-sdk-java-v2
aws-sdk-java-v2 copied to clipboard
Update CloudWatchIntegrationTest to include GetMetricData call
This updates CloudWatchIntegrationTest to include a GetMetricData call, in addition to the existing GetMetricStatistics call. It also tests the behavior of providing a timestamp with nanosecond resolution.
https://aws.amazon.com/premiumsupport/knowledge-center/cloudwatch-getmetricdata-api/
Related to aws/aws-sdk#245. Test is currently failing due to:
software.amazon.awssdk.services.cloudwatch.model.CloudWatchException: timestamp must follow ISO8601 (Service: CloudWatch, Status Code: 400, Request ID: bc1e6fec-3be3-469e-bc7a-64fdcbad8c4e)
at software.amazon.awssdk.services.cloudwatch.CloudWatchIntegrationTest.put_get_metricdata_list_metric_returns_success(CloudWatchIntegrationTest.java:158)
Pending further investigation with the CloudWatch team.
Miss you, Bennett!
Miss you, Bennett!
Miss you all!







