Skip to content
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

Use unicode chars instead of escape sequences in json encoder output and bump simplejson version #88

Merged
merged 2 commits into from Oct 24, 2023

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
4 participants