Skip to content

Generic AWS lambda types for use in serverless frameworks.

Notifications You must be signed in to change notification settings

front-of-house/lambda-types

Repository files navigation

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