Created
October 21, 2019 13:29
-
-
Save alexcasalboni/675d68e20d3557c9ecfbf59f988f72ce to your computer and use it in GitHub Desktop.
AWS ALB - AWS Lambda response (JSON)
This file contains hidden or 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, | |
"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