rtlambda 0.0.1

A Rust runtime for AWS Lambda and a library for creating custom runtimes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to the adaptation of [Semantic Versioning](https://semver.org/spec/v2.0.0.html) utilized by [Cargo](https://doc.rust-lang.org/cargo/reference/semver.html).

## [0.0.1] - 2022-05-22
### Added

- Core interface traits and default implementations.
- Runtime interface and a default implementation.
- Macros for easy creation of runtimes.
- Documentation.
- `ureq` based HTTP backend.
- Echo server example.