Skip to content
Snippets Groups Projects
Select Git revision
20 results

smithy-rs

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Burak authored
    ## Motivation and Context
    Now we have the feature parity between Rust and Python servers (at least
    for the Pokémon service's needs) we can use the same model in both.
    Closes https://github.com/awslabs/smithy-rs/issues/1508
    
    ## Testing
    ```bash
    $ cd smithy-rs/examples
    $ make test # test Rust servers
    $ cd python
    $ make test # test Python servers
    ```
    
    ## Checklist
    <!--- If a checkbox below is not applicable, then please DELETE it
    rather than leaving it unchecked -->
    - [ ] I have updated `CHANGELOG.next.toml` if I made changes to the
    smithy-rs codegen or runtime crates
    - [ ] I have updated `CHANGELOG.next.toml` if I made changes to the AWS
    SDK, generated SDK code, or SDK runtime crates
    
    ----
    
    _By submitting this pull request, I confirm that you can use, modify,
    copy, and redistribute this contribution, under the terms of your
    choice._
    31c152d9
    History
    Name Last commit Last update