1

The log format in AWS Api Gateway is set to

{
    "requestTime": "$context.requestTime",
    "requestId": "$context.requestId",
    "httpMethod": "$context.httpMethod",
    "resourcePath": "$context.resourcePath",
    "status": $context.status,
    "path": "$context.path",
}

How can I get the information about query parameters sent.

Example : /api/v1/pets?name="name1"

path provides me the information about /api/v1/pets How can I get the query parameters logged in API gateway too.

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.