Skip to content

Schemas #1600

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
2 tasks
kuhe opened this issue May 20, 2025 · 0 comments
Open
2 tasks

Schemas #1600

kuhe opened this issue May 20, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@kuhe
Copy link
Contributor

kuhe commented May 20, 2025

This is a tracking issue for implementing schema objects and associated features.

Since schemas are an implementation detail that is not relevant to the typical generated-client consumer, I won't go into a long explanation of what they do. They are instruction objects for request serialization and response deserialization.

Going along with this change, two features are planned:

  • protocol selection can be done at runtime for clients, enabling different communication formats with services supporting more than one protocol without needing to generate separate clients.
  • BigDecimal and BigInteger support for all protocols and formats.

PRs

PoC branch - #1592

#1593 - schema types
#1594 - migrate serde functions
#1595 - schema runtime classes
#1599 - java codegen
#1603 - BigInt and BigDecimal support in CBOR codec

AWS SDK for JavaScript (downstream consumer)

PoC branch - aws/aws-sdk-js-v3#6986

aws/aws-sdk-js-v3#7110 - protocol runtime classes
aws/aws-sdk-js-v3#7109 - (chore) import core submodules instead of index

@kuhe kuhe self-assigned this May 20, 2025
@kuhe kuhe added the enhancement New feature or request label May 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant