Skip to content

Commit 50ec7ad

Browse files
jreijnphipag
andauthored
Update examples/powertools-examples-serialization/sam-graalvm/README.md
Made URL for curl command generic instead of containing specific ids or regions Co-authored-by: Philipp Page <[email protected]>
1 parent 0af4535 commit 50ec7ad

File tree

1 file changed

+1
-1
lines changed
  • examples/powertools-examples-serialization/sam-graalvm

1 file changed

+1
-1
lines changed

examples/powertools-examples-serialization/sam-graalvm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ sam build --use-container --build-image powertools-examples-serialization-sam-gr
6464
To test the HTTP endpoint, we can post a product to the test URL:
6565

6666
```bash
67-
curl -X POST https://gct1q3gaw0.execute-api.eu-west-1.amazonaws.com/Prod/product/ -H "Content-Type: application/json" -d '{"id": 1234, "name": "product", "price": 42}'
67+
curl -X POST https://[REST-API-ID].execute-api.[REGION].amazonaws.com/Prod/product/ -H "Content-Type: application/json" -d '{"id": 1234, "name": "product", "price": 42}'
6868
```
6969

7070
The result will indicate that the handler has successfully deserialized the request body:

0 commit comments

Comments
 (0)