Zelda Hessler

Results 15 issues of Zelda Hessler

### Tell us about your request Create a CI script that scans the SDK at some point before a release and ensures that no breaking changes were introduced that broke...

feature-request

We have an internal requirement to show users how to do this.

good first issue
feature-request

### Tell us about your request In order for the sync bot to be able to push directly to the `next` branch, we had to remove the required checks. We...

feature-request

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

feature-request

### Describe the bug The `programmatically_include_default_files` test fails on Windows due to Unix-style file paths. It's located in `aws-config` but is being moved to the `aws-runtime` crate soon. ### Expected...

bug
p2

### Describe the issue Per @kornelski's [request](https://gitlab.com/crates.rs/crates.rs/-/issues/117#note_1220777282): > "It would be very helpful if these crates had relevant keywords and categories fields. Currently I have to scrape the readme to...

documentation
p2

## Motivation and Context #2891 ## Description This PR contains all the changes from the last three compression PRs. New in this PR: - I re-enabled some GZIP protocol tests...

The `crate-hasher` crate isn't Windows-compatible. Even after adding a `#[cfg(windows)]` to fix that, `smithyBuild` will fail with: ``` Execution failed for task ':aws:sdk:smithyBuild'. > Failed to calculate the value of...

bug
ops
sdk

Implement support for Endpoint 2.0 rules that use account ID.

When I was writing the smoke test generator, I wanted to avoid generating a `mod test` when no tests are defined for an operation. Currently, we don't have a way...