Skip to content
/ smithy-go Public

Smithy code generators for Go (in development)

License

Notifications You must be signed in to change notification settings

aws/smithy-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

07bbd00 · Jun 27, 2024
Jun 17, 2024
Feb 13, 2024
Feb 13, 2024
Jun 27, 2024
Aug 7, 2023
Aug 26, 2022
Mar 29, 2024
Jun 27, 2024
Feb 13, 2024
Aug 26, 2022
Feb 13, 2024
Dec 8, 2021
Feb 13, 2024
Dec 6, 2023
Jan 13, 2022
Dec 8, 2021
Jan 7, 2022
Mar 29, 2024
Dec 8, 2021
Feb 13, 2024
Dec 8, 2021
Dec 13, 2023
May 20, 2021
Jun 27, 2024
Feb 6, 2020
Jan 6, 2021
Feb 6, 2020
Dec 13, 2023
Feb 6, 2020
Oct 3, 2023
Mar 13, 2020
Aug 2, 2021
Dec 8, 2021
Feb 20, 2024
Feb 20, 2024
Jun 27, 2024
Feb 8, 2021
Feb 20, 2024
Nov 15, 2023
Nov 29, 2023
Jun 12, 2020

Repository files navigation

Smithy Go

Go Build StatusCodegen Build Status

Smithy code generators for Go.

WARNING: All interfaces are subject to change.

Can I use this?

In order to generate a usable smithy client you must provide a protocol definition, such as AWS restJson1, in order to generate transport mechanisms and serialization/deserialization code ("serde") accordingly.

The code generator does not currently support any protocols out of the box, therefore the useability of this project on its own is currently limited. Support for all AWS protocols exists in aws-sdk-go-v2. We are tracking the movement of those out of the SDK into smithy-go in #458, but there's currently no timeline for doing so.

License

This project is licensed under the Apache-2.0 License.