Skip to content

Instantly share code, notes, and snippets.

@richardgrantserverless
Created April 11, 2022 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richardgrantserverless/d19d87cdfd8394ddc6b3c2f827766c45 to your computer and use it in GitHub Desktop.
Save richardgrantserverless/d19d87cdfd8394ddc6b3c2f827766c45 to your computer and use it in GitHub Desktop.
$ curl -X POST https://xxxxxxxxxx.execute-api.us-east-1.amazonaws.com/dev/products -d '{"name": "Product1", "price": 9.99}'
{"id":"ba04f16b-f346-4b54-9884-957c3dff8c0d","name":"Product1","price":9.99}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment