| Crates.io | micro_lambda |
| lib.rs | micro_lambda |
| version | 0.1.0 |
| created_at | 2020-10-23 20:57:23.032241+00 |
| updated_at | 2020-10-23 20:57:23.032241+00 |
| description | Small tutorial example of an AWS Lambda custom runtime |
| homepage | |
| repository | |
| max_upload_size | |
| id | 304827 |
| size | 19,771 |
This crate is a small tutorial example of creating a custom AWS Lambda runtime.
The process is very simple, the AWS Lambda Runtime API currently contains only four endpoints:
AWS Lambda also provide a simple tutorial using bash.
An extension of this would be to add support for the AWS Lambda Extensions API, but in the real world you should just use the lambda-runtime crate (which also provides support for async handler functions!).