Last active
March 19, 2020 20:09
-
-
Save georgmao/80c21ca1318cfa477abdcc9bd9031f4b to your computer and use it in GitHub Desktop.
Lambda response format 1.0
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
{ | |
"isBase64Encoded": false, | |
"statusCode": 200, | |
"body": "Hello from Lambda!", | |
"headers": { | |
"Content-Type": "application/json" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment