Skip to content

Instantly share code, notes, and snippets.

@alexcasalboni
Created October 21, 2019 13:29
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 alexcasalboni/675d68e20d3557c9ecfbf59f988f72ce to your computer and use it in GitHub Desktop.
Save alexcasalboni/675d68e20d3557c9ecfbf59f988f72ce to your computer and use it in GitHub Desktop.
AWS ALB - AWS Lambda response (JSON)
{
"statusCode": 200,
"statusDescription": "200 OK",
"isBase64Encoded": false,
"headers": {
"Content-Type": "application/json"
},
"body": "{\"message\": \"Hello world!\"}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment