Created
December 23, 2018 02:17
-
-
Save robertohuertasm/7d4c8aab7d7105a1c84c11df56778159 to your computer and use it in GitHub Desktop.
aws-lambda-rust
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
{ | |
// query string params is an object | |
"queryStringParameters": { | |
"firstName": "Roberto" | |
}, | |
// body always comes as a string | |
"body": "{ \"firstName\": \"Rob\" }" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment