An open API service indexing awesome lists of open source software.

https://github.com/simonrw/rust-lambda-extension-example

Example repository for packaging and uploading a lambda function extension using Rust
https://github.com/simonrw/rust-lambda-extension-example

Last synced: 11 months ago
JSON representation

Example repository for packaging and uploading a lambda function extension using Rust

Awesome Lists containing this project

README

          

# Rust lambda extension example

## Steps

* To create a lambda package, run `make package`
* To create a new lambda layer version, run `make upload`. This will create the layer if it does not already exist.