Where is document for AWS Lambda Programming model with "API Gateway"?
For example,
What fields are there in handler's request params?
(headers, queryParameter, ...)
What fields should be there for handler's response?
(statusCode, body, ...)
I saw some code example for Lambda and API Gateway. But I cann't find reference documentation.