@types/aws-lambda-http-server
TypeScript icon, indicating that this package has built-in type declarations

0.2.3 • Public • Published

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.

index.d.ts

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/aws-lambda-http-server

Weekly Downloads

37

Version

0.2.3

License

MIT

Unpacked Size

3.31 kB

Total Files

5

Last publish

Collaborators

  • types