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 0af4535 commit 50ec7adCopy full SHA for 50ec7ad
examples/powertools-examples-serialization/sam-graalvm/README.md
@@ -64,7 +64,7 @@ sam build --use-container --build-image powertools-examples-serialization-sam-gr
64
To test the HTTP endpoint, we can post a product to the test URL:
65
66
```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}'
+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}'
68
```
69
70
The result will indicate that the handler has successfully deserialized the request body:
0 commit comments