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

Only Base64 Encode Binary Data Sent to Lambda #4

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

bramwelt
Copy link

Any request body that does not match the 'text/*' MIME type will be
base64 encoded before sent in the lambda payload. This changes the
current behavior of base64 encoding any content sent to lambda.

Signed-off-by: Trevor Bramwell tbramwell@linuxfoundation.org

Any request body that does not match the 'text/*' MIME type will be
base64 encoded before sent in the lambda payload. This changes the
current behavior of base64 encoding any content sent to lambda.

Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
@bramwelt bramwelt merged commit a09fe57 into aws-lambda-v2.11 Apr 26, 2024
22 checks passed
@bramwelt bramwelt deleted the base64-encoding-update branch April 26, 2024 16:59
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.

1 participant