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.
1 parent 7f18614 commit 82bd1d9Copy full SHA for 82bd1d9
README.md
@@ -158,7 +158,7 @@ You can now test the function using the AWS CLI or the AWS Lambda console
158
```bash
159
$ aws lambda invoke
160
--cli-binary-format raw-in-base64-out \
161
---function-name sample \
+--function-name LAMBDA_FUNCTION_NAME \
162
--payload '{"command": "Say Hi!"}' \
163
output.json
164
$ cat output.json
0 commit comments