Skip to content

๐Ÿณ ๐Ÿฆ€ a dockerized lambda build env for rust applications

License

Notifications You must be signed in to change notification settings

abdelino17/lambda-rust

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

185 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

AWS Lambda Rust docker builder ๐Ÿ‘ ๐Ÿฆ€ ๐Ÿณ Main

This project is the fork of the original lambda rust project.

๐Ÿค” about

This docker image extends lambda ci provided.al2 builder docker image, a faithful reproduction of the actual AWS "provided.al2" Lambda runtime environment, and installs rustup and the stable rust toolchain.

This provides a build environment, consistent with your target execution environment for predictable results.

๐Ÿ“ฆ install

Tags for this docker image follow the naming convention abdelino/lambda-rust:{version}-rust-{rust-stable-version} where {rust-stable-version} is a stable version of rust.

You can find a list of available docker tags here

๐Ÿ’ก If you don't find the version you're looking for, please open a new github issue to publish one

You can also depend directly on abdelino/lambda-rust:latest for the most recently published version.

๐Ÿคธ usage

The main motivation for this project is to build lambda functions in rust with the Serverless Framework with the most recent version of rust.

@Abdel FARE 2022

About

๐Ÿณ ๐Ÿฆ€ a dockerized lambda build env for rust applications

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 77.2%
  • Rust 12.4%
  • Makefile 5.7%
  • Dockerfile 4.7%