lambda-forge 0.1.0

An opinionated API Framework for building AWS Lambda HTTP endpoints.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Lambda Forge

An opinionated (HTTP) API Framework for building AWS Lambda endpoints.  

> ⚠️ EARLY DEVELOPMENT, would not recommend using at the moment ☢️ 

## Install
Use Cargo CLI:
```bash
cargo add lambda-forge
```

Or manually add it into your `Cargo.toml`
```toml
[dependencies]
lambda-forge = "0.1.0"
```