We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
README.md
raw-in-base64-out
1 parent 5c15750 commit 4bf7b07Copy full SHA for 4bf7b07
README.md
@@ -128,7 +128,9 @@ $ aws lambda create-function --function-name rustTest \
128
You can now test the function using the AWS CLI or the AWS Lambda console
129
130
```bash
131
-$ aws lambda invoke --function-name rustTest \
+$ aws lambda invoke
132
+ --cli-binary-format raw-in-base64-out \
133
+ --function-name rustTest \
134
--payload '{"command": "Say Hi!"}' \
135
output.json
136
$ cat output.json # Prints: {"msg": "Command Say Hi! executed."}
0 commit comments