awslabs / awslabs/aws-sdk-rust
Support PutMetricData Compression
- Dominant language
- Rust
- Stars
- 3.3k
- Forks
- 290
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 3
Description
### Describe the issue
The changelog from February 13th claims that `cloudwatch/PutMetricData` now supports compression, however checking the changeset for that release it does not seem like the SDK uses the the added `requestCompression` property (there are no changes other than updating version number for the cloudwatch SDK).
https://github.com/awslabs/aws-sdk-rust/commit/1ef34b729223124778d84e80b9124df45b7b7252
### Links
https://github.com/awslabs/aws-sdk-rust/blob/main/CHANGELOG.md#february-13th-2024-1
Contributor guide
Research direction
Start with the February 13th entry in CHANGELOG.md and the linked changeset, then inspect the cloudwatch/PutMetricData SDK operation for use of the requestCompression property. Compare the documented compression support with the generated operation behavior; done means PutMetricData actually applies the claimed compression support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, rust
- Domain
- api, cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100