We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems as though .json_body() would also attempt to decode the body of a proxyevent if the body is marked as base64 encoded.
https://github.com/awslabs/aws-lambda-powertools-python/blob/cb0d54bc36513961422fdebd5953bc11453b4651/aws_lambda_powertools/utilities/data_classes/common.py#L68
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! We'll come back to you as soon as we can.
Sorry, something went wrong.
@whardier i have a patch for that. Going to add an example test case to
Thanks @michaelbrewer and thanks @whardier for raising it.
@whardier we'd appreciate if you use the issue templates we have available next time you open an issue.
Tagging this for 1.19.0 in early August
Now released as part of 1.19.0: https://github.com/awslabs/aws-lambda-powertools-python/releases/tag/v1.19.0
No branches or pull requests
It seems as though .json_body() would also attempt to decode the body of a proxyevent if the body is marked as base64 encoded.
https://github.com/awslabs/aws-lambda-powertools-python/blob/cb0d54bc36513961422fdebd5953bc11453b4651/aws_lambda_powertools/utilities/data_classes/common.py#L68
The text was updated successfully, but these errors were encountered: