lambda-rust
lambda-rust copied to clipboard
🐳 🦀 a dockerized lambda build env for rust applications
it may be a bug in Rust installer, but build.sh fails with error ``` % docker run --rm \ -u $(id -u):$(id -g) \ -v ${PWD}:/code \ -v ${HOME}/.cargo/registry:/cargo/registry \...
As in title, bumped to latest rust version.
Hello, I hope this finds you well. The issues in this repo show that changes between the different versions of Rust are a frequent source of problems since the Rust...
- line 111 : `bootstap` -> `bootstrap`
I ran into some dependency issues recently due to the `latest` image not reflecting what's in this repo. This change will make it so every commit to this repo generates...
Hi! I've seen several projects from @softprops (btw - thanks for your work!) and seems like he has no enough time to maintain his projects, which are related to Rust...
Hello, I hope this finds you well. Please could you add support for Alexa functionality? Alexa skills are implemented with AWS lambda functions, so doing this would enable Alexa functions...
There should be some automated system to publish new Docker images for new stable releases of Rust, to avoid having to wait for an unresponsive maintainer. Should resolve #80, #83,...