1.0.0 • Published 2 years ago

lambda-types v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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