00F100 / aws-api-gateway-interface-lambda

Interface of AWS API Gateway for Lambda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Interface of AWS API Gateway for Lambda


Languages

Language:TypeScript 100.0%