Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 756 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 756 Bytes

lambda-types

npm version npm bundle size

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

Usage

All types are generic to allow for extension within a specific framework.

import { Event, Context, Response, Handler } from 'lambda-types'

License

MIT License © Sure Thing