Skip to content

Instantly share code, notes, and snippets.

@secretshardul
Last active February 3, 2020 07:02
Show Gist options
  • Save secretshardul/8b64b121fdf2582d18f212e27d20a72c to your computer and use it in GitHub Desktop.
Save secretshardul/8b64b121fdf2582d18f212e27d20a72c to your computer and use it in GitHub Desktop.
Response template for Lambda Proxy response
{
"isBase64Encoded": true|false,
"statusCode": httpStatusCode,
"headers": { "headerName": "headerValue", ... },
"multiValueHeaders": { "headerName": ["headerValue", "headerValue2", ...], ... },
"body": "..."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment