We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407cc64 commit 4d062d2Copy full SHA for 4d062d2
examples/monte-carlo-calculator/README.md
@@ -139,7 +139,7 @@ TODO: use the aws cli or the aws console
139
## Test the function with curl
140
141
```bash
142
-curl -X POST 'https://<API-ENDPOINT-ARN>.lambda-url.us-west-2.on.aws?num_sims=1000000'
+curl 'https://<API-ENDPOINT-ARN>.lambda-url.us-west-2.on.aws?num_sims=1000000'
143
# response
144
{
145
"message": "OK num_sims=1000000, Call price=10.459100 "
0 commit comments