Last active
October 10, 2022 07:25
-
-
Save kendhia/fb1d693dd36a0a65f3bc9b1c154d7d68 to your computer and use it in GitHub Desktop.
AWS ALB Response
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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