mirror of https://github.com/smithy-lang/smithy-rs
8773a70428
## Motivation and Context This PR creates a `DeferredSigner` implementation that allows for the event stream message signer to be wired up by the signing implementation later in the request lifecycle rather than by adding an event stream signer method to the config. Refactoring this brings the middleware client implementation closer to how the orchestrator implementation will work, which unblocks the work required to make event streams work in the orchestrator. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._ |
||
---|---|---|
.. | ||
python | ||
src | ||
typescript | ||
README.md | ||
build.gradle.kts |
README.md
Smithy Rust Server Generator
Server-side Smithy code generator
** This is a work in progress and generates serialization/de-serialization code that is probably unusable for the time being. **
Project Layout
codegen-server
: Server-side code generationcodegen-server-test
: Server-side Smithy test and validation generation Common commands:./gradlew :codegen-server-test:test
Generate code and run tests against it