Skip to content

Instantly share code, notes, and snippets.

@kendhia
Last active October 10, 2022 07:25
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 kendhia/fb1d693dd36a0a65f3bc9b1c154d7d68 to your computer and use it in GitHub Desktop.
Save kendhia/fb1d693dd36a0a65f3bc9b1c154d7d68 to your computer and use it in GitHub Desktop.
AWS ALB Response
{
"statusCode": 200,
// if multi-value headers is not enabled, you can use just:
// headers: {"Content-Type": "application/json"}
"multiValueHeaders": {"Content-Type": ["application/json"]},
"isBase64Encoded": false,
"body": "body"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment