Skip to content

Conversation

@mdsakalu
Copy link
Contributor

@mdsakalu mdsakalu commented Oct 11, 2022

Fixes #87 and Fixes #62

Make the Encoder class in lambda_runtime_marshaller use actual unicode characters in the encoded output instead of unicode escape sequences. This matters because unicode escape sequences contribute more bytes to the response size.

Also bump simplejson version for Python 3.9 compatibility.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@briensea
Copy link
Contributor

Thanks for contributing!

@briensea briensea merged commit 8e3bb0c into aws:main Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LambdaMarshaller encodes unicode characters as unicode escape sequences Subtle 3.9 incompatibility via simplejson

4 participants