Skip to content

An example of AWS lambda function empowered by rust language.

Notifications You must be signed in to change notification settings

yoshihitoh/rust-lambda-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust lambda example

This repository is an example of AWS Lambda function empowered by Rust language.

Build

Clone this repository.

git clone https://github.com/yoshihitoh/rust-lambda-example

for Local

cargo build

for AWS Lambda

docker container run --rm \
    -v $PWD:/code \
    -v $HOME/.cargo/registry:/root/.cargo/registry \
    -v $HOME/.cargo/git:/root/.cargo/git \
    softprops/lambda-rust

About

An example of AWS lambda function empowered by rust language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages