Skip to content

README.md: invoke lambda function with raw-in-base64-out #385

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

Merged

Conversation

david-perez
Copy link
Contributor

In AWS CLI v2, you need to set cli-binary-format to
raw-in-base64-out to send binary values as literals. You otherwise
need to pass base64-encoded data.

See https://docs.aws.amazon.com/sdkref/latest/guide/setting-global-cli_binary_format.html.

By submitting this pull request

  • I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • I confirm that I've made a best effort attempt to update all relevant documentation.

In AWS CLI v2, you need to set `cli-binary-format` to
`raw-in-base64-out` to send binary values as literals. You otherwise
need to pass base64-encoded data.

See https://docs.aws.amazon.com/sdkref/latest/guide/setting-global-cli_binary_format.html.
@coltonweaver coltonweaver merged commit 4bf7b07 into awslabs:master Dec 31, 2021
@nmoutschen nmoutschen added the 0.5 label Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants