Skip to content

Commit ef5db00

Browse files
authored
updated other http references
1 parent ba39147 commit ef5db00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apigw-sqs-terraform/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ The API Gateway handles incoming requests, but instead of invoking for example a
5858
5959
## Testing
6060
61-
1. Run the following command to send an HTTP `POST` request to the HTTP APIs endpoint. Note, you must edit the {MyHttpAPI} placeholder with the URL of the deployed HTTP APIs endpoint. This is provided in the terraform outputs. You can also find the same command automatically generated in the terraform output.
61+
1. Run the following command to send an HTTP `POST` request to the Rest APIs endpoint. Note, you must edit the {MyRestAPI} placeholder with the URL of the deployed Rest APIs endpoint. This is provided in the terraform outputs. You can also find the same command automatically generated in the terraform output.
6262
```bash
63-
curl --location --request POST '{MyHttpAPI}/submit'
63+
curl --location --request POST '{MyRestAPI}/submit'
6464
> --header 'Content-Type: application/json' \
6565
> --data-raw '{ "isMessageReceived": "Yes" }'
6666
```

0 commit comments

Comments
 (0)