Skip to content

Instantly share code, notes, and snippets.

@robertohuertasm
Created December 23, 2018 02:17
Show Gist options
  • Save robertohuertasm/7d4c8aab7d7105a1c84c11df56778159 to your computer and use it in GitHub Desktop.
Save robertohuertasm/7d4c8aab7d7105a1c84c11df56778159 to your computer and use it in GitHub Desktop.
aws-lambda-rust
{
// 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