Generic AWS lambda types for use in serverless frameworks. Intended to be somewhat permissive to allow for small inconsistencies between codebases and serverless providers.
npm i lambda-types -D
All types are generic to allow for extension within a specific framework.
import { Event, Context, Response, Handler } from 'lambda-types'
MIT License © Sure Thing