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 b19a79e commit dbdf822Copy full SHA for dbdf822
README.md
@@ -358,7 +358,7 @@ An simpler alternative is to cURL the following endpoint based on the address an
358
359
```bash
360
curl -v -X POST \
361
- 'http://127.0.0.1:9001/lambda-url/<lambda-function-name>' \
+ 'http://127.0.0.1:9001/lambda-url/<lambda-function-name>/' \
362
-H 'content-type: application/json' \
363
-d '{ "command": "hi" }'
364
```
0 commit comments