-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
ASF: implement CBOR parser and serializer #13103
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
base: main
Are you sure you want to change the base?
Conversation
S3 Image Test Results (AMD64 / ARM64) 2 files 2 suites 7m 58s ⏱️ Results for commit 81df418. ♻️ This comment has been updated with latest results. |
Test Results - Preflight, Unit22 121 tests 20 383 ✅ 6m 35s ⏱️ Results for commit 81df418. ♻️ This comment has been updated with latest results. |
Test Results (amd64) - Acceptance7 tests 5 ✅ 3m 10s ⏱️ Results for commit 81df418. |
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 2h 21m 59s ⏱️ Results for commit 81df418. |
LocalStack Community integration with Pro 2 files 2 suites 1h 46m 2s ⏱️ Results for commit 81df418. |
Motivation
TBD
This is in preparation of adding support for
smithy-rpc-v2-cbor
, this is the first step in introducing a base CBOR serializer and parser. It could already be used in Kinesis, and it was easier to test for now.We still need to add the
RPCV2
base parser and serializer, as well as the CBOR RPCV2 composites.Changes
TBD