Skip to content

Instantly share code, notes, and snippets.

@AramZS
Last active August 22, 2017 23:32
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 AramZS/089da4dfd47f6c536cfcab67b0b6e268 to your computer and use it in GitHub Desktop.
Save AramZS/089da4dfd47f6c536cfcab67b0b6e268 to your computer and use it in GitHub Desktop.
{
"httpMethod": "POST",
"queryStringParameters": {
"TableName": "MyTable",
"ReturnConsumedCapacity": "TOTAL",
"Item": {
"TestingID": { "S": "aTest1" },
"TestingTitle": { "S": "A Title" },
"TestingValue": { "S": "A Value" }
}
}
}
{
"httpMethod": "POST",
"body": {
"TableName": "MyTable",
"ReturnConsumedCapacity": "TOTAL",
"Item": {
"TestingID": "aTest1",
"TestingTitle": "A Title",
"TestingValue": "A Value"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment