https://github.com/front-of-house/lambda-types
Generic AWS lambda types for use in serverless frameworks.
https://github.com/front-of-house/lambda-types
Last synced: 26 days ago
JSON representation
Generic AWS lambda types for use in serverless frameworks.
- Host: GitHub
- URL: https://github.com/front-of-house/lambda-types
- Owner: front-of-house
- Created: 2021-12-29T18:19:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-29T18:23:35.000Z (over 3 years ago)
- Last Synced: 2024-10-14T12:03:06.307Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lambda-types
[](https://www.npmjs.com/package/lambda-types) [](https://bundlephobia.com/result?p=lambda-types)
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.
```javascript
import { Event, Context, Response, Handler } from 'lambda-types'
```### License
MIT License © [Sure Thing](https://github.com/sure-thing)