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