0.2.3 • Published 6 months ago

@types/aws-lambda-http-server v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for aws-lambda-http-server 0.2
// Project: https://github.com/JamesKyburz/aws-lambda-http-server
// Definitions by: ElayGelbart <https://github.com/ElayGelbart>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import { APIGatewayProxyEvent, Context, APIGatewayProxyCallback } from 'aws-lambda';

declare function awsLambdaHttpServer(
    event: APIGatewayProxyEvent,
    context: Context,
    callback: APIGatewayProxyCallback,
): APIGatewayProxyCallback;

export = awsLambdaHttpServer;

Additional Details

  • Last updated: Mon, 31 Jan 2022 21:31:30 GMT
  • Dependencies: @types/aws-lambda
  • Global values: none

Credits

These definitions were written by ElayGelbart.

0.2.1

8 months ago

0.2.3

6 months ago

0.2.2

7 months ago

0.2.0

2 years ago