1.1.3 • Published 4 years ago

aws-api-gateway-interface-lambda v1.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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 ...
}
1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago