mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
10 lines
247 B
JSON
10 lines
247 B
JSON
{
|
|
"endpointTemplate": {
|
|
"integration.request.querystring.integrationQueryParam" : "method.request.querystring.longitude"
|
|
},
|
|
"apiRequestTemplate": {
|
|
"application/json": {
|
|
"queryParams" : "$input.params().querystring"
|
|
}
|
|
}
|
|
} |