iliana / rust-crowbar

Wrapper to simplify writing AWS Lambda functions in Rust (using the Python execution environment)
https://docs.rs/crowbar
Apache License 2.0
197 stars 16 forks source link

Add support for nightly compiles #36

Closed ChristopherMacGown closed 6 years ago

ChristopherMacGown commented 6 years ago

This adds the nightly toolchain to the container and adds an ENV variable for building with it.

Closes #35 Fixes #26