# flow-aws-lambda

> Flow types for AWS Lambda functions

Latest version **1.0.6** (published 2019-04-23) · ISC license · 0 weekly downloads

## Install

```sh
npm install flow-aws-lambda
pnpm add flow-aws-lambda
yarn add flow-aws-lambda
bun add flow-aws-lambda
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.6 |
| Published | 2019-04-23 |
| First published | 2017-09-21 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 13.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 17 |
| Author | Roman Krivtsov |
| Maintainers | yarax |

## Links

- npm: https://www.npmjs.com/package/flow-aws-lambda
- Repository: https://github.com/yarax/flow-aws-lambda
- Homepage: https://github.com/yarax/flow-aws-lambda#readme
- Issues: https://github.com/yarax/flow-aws-lambda/issues
- npm.io page: https://npm.io/package/flow-aws-lambda

## Recent versions

- 1.0.6 (latest) — 2019-04-23
- 1.0.5 — 2019-04-08
- 1.0.4 — 2018-12-11
- 1.0.3 — 2018-05-07
- 1.0.2 — 2017-11-17
- 1.0.0 — 2017-09-21

## README

# flow-aws-lambda

Flow type definitions for AWS Lambda and API Gateway. 

Since lambda function interface itself is not a npm library you cannot use Flow npm type definitions (https://github.com/flowtype/flow-typed)

But it's still very usefull and convinient to have types for objects which lambda operates on.

Taken and adopted from TypeScript https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda

# Usage

```
import type {APIGatewayEvent, Context, ProxyCallback} from 'flow-aws-lambda'
```

---
_Source: https://npm.io/package/flow-aws-lambda · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
