Skip to content

Instantly share code, notes, and snippets.

@sergioska
Last active January 15, 2021 09:24
Show Gist options
  • Save sergioska/1a85488821a61d624d932e867e69969a to your computer and use it in GitHub Desktop.
Save sergioska/1a85488821a61d624d932e867e69969a to your computer and use it in GitHub Desktop.
Serverless local invoke with query string parameters
# products/{product}/user/{id}
# invoke with npx
# sls invoke local -s dev -f put-json-form-with-id -p ~/putFormRequest.json
{
"body": {
},
"pathParameters": {
"id": "1",
"product": ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment