Installation
npm install --save @types/aws-lambda-http-server
Summary
This package contains type definitions for aws-lambda-http-server (https://github.com/JamesKyburz/aws-lambda-http-server).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda-http-server.
import { APIGatewayProxyCallback, APIGatewayProxyEvent, Context } from "aws-lambda";
declare function awsLambdaHttpServer(
event: APIGatewayProxyEvent,
context: Context,
callback: APIGatewayProxyCallback,
): APIGatewayProxyCallback;
export = awsLambdaHttpServer;
Additional Details
Credits
These definitions were written by ElayGelbart.