Skip to content

Instantly share code, notes, and snippets.

@pbzona
Last active October 2, 2017 22:03
Show Gist options
  • Save pbzona/96f4c9909bcd6bc877e83c06b3804ea4 to your computer and use it in GitHub Desktop.
Save pbzona/96f4c9909bcd6bc877e83c06b3804ea4 to your computer and use it in GitHub Desktop.
Sample request body for serverless contact form
{
"email": "your-test-destination@email",
"subject": "test from apigw",
"message": "this is a test message"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment