aws-api-gateway-interface-lambda
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i aws-api-gateway-interface-lambda

Weekly Downloads

0

Version

1.1.3

License

MIT

Unpacked Size

5.22 kB

Total Files

7

Last publish

Collaborators

  • 00f100