Simple Typescript interface to see API Gateway in Lambda.
$ npm i -D aws-api-gateway-interface-lambda
import { IAWSApiGatewayLambda } from 'aws-api-gateway-interface-lambda';
exports.handler = (event: IAWSApiGatewayLambda) => {
// ... your code ...
}