What's Changed
[1.1.58] — 2026-04-09
Fixed
- Kinesis CBOR protocol support —
PutRecordandPutRecordsfrom the AWS Java SDK v2 failed with'utf-8' codec can't decode byte 0xbf. The Java SDK sends Kinesis requests as CBOR (application/x-amz-cbor-1.1) by default, but the handler only accepted JSON. Kinesis now detects CBOR content-type, decodes withcbor2, and returns CBOR-encoded responses.