Skip to content

Instantly share code, notes, and snippets.

@georgmao
Last active March 19, 2020 20:09
Show Gist options
  • Save georgmao/80c21ca1318cfa477abdcc9bd9031f4b to your computer and use it in GitHub Desktop.
Save georgmao/80c21ca1318cfa477abdcc9bd9031f4b to your computer and use it in GitHub Desktop.
Lambda response format 1.0
{
"isBase64Encoded": false,
"statusCode": 200,
"body": "Hello from Lambda!",
"headers": {
"Content-Type": "application/json"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment