smithy-rs/codegen-server
John DiSanti 682dc7fb40
Upgrade Smithy to 1.35 (#2892)
_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._

---------

Co-authored-by: david-perez <d@vidp.dev>
2023-08-01 17:06:29 +00:00
..
python Python: Make sure to log errors from async handlers (#2820) 2023-06-29 14:42:47 +00:00
src Upgrade Smithy to 1.35 (#2892) 2023-08-01 17:06:29 +00:00
typescript Fix optional auth in the orchestrator (#2808) 2023-06-26 16:11:05 -07:00
README.md [POC] Basic server type serde for RestJson1 (#737) 2021-10-05 13:05:00 -04:00
build.gradle.kts Move converters from constraint violations into `ValidationException` to decorators (#2302) 2023-02-08 22:14:31 +00:00

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. **

Design documentation (WIP)

Project Layout

  • codegen-server: Server-side code generation
  • codegen-server-test: Server-side Smithy test and validation generation Common commands:
    • ./gradlew :codegen-server-test:test Generate code and run tests against it