Skip to content

Instantly share code, notes, and snippets.

@adhorn
Last active April 24, 2018 12:12
Show Gist options
  • Select an option

  • Save adhorn/12bb52d5e7265bfafbf556cb0b0dd90b to your computer and use it in GitHub Desktop.

Select an option

Save adhorn/12bb52d5e7265bfafbf556cb0b0dd90b to your computer and use it in GitHub Desktop.
http POST https://<YOUR API>.execute-api.eu-west-1.amazonaws.com/dev/create "item_id"="barfoo"
HTTP/1.1 200 OK
Connection: keep-alive
Content-Length: 22
Content-Type: application/json
Date: Tue, 24 Apr 2018 12:04:38 GMT
X-Amzn-Trace-Id: sampled=0;root=1-5adf1d55-50b949696dfd3547bb7f9f28
x-amz-apigw-id: F2GFbE1WDoEFuGA=
x-amzn-RequestId: a94e2c6f-47b7-11e8-8354-892b5fef891a
{
"item_id": " barfoo"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment