smithy-rs/codegen-server
John DiSanti 959baba65c Fix eventstream issue 2023-08-18 12:52:36 -07:00
..
python Python: Make sure to log errors from async handlers (#2820) 2023-06-29 14:42:47 +00:00
src Fix eventstream issue 2023-08-18 12:52:36 -07: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