lambda-rust icon indicating copy to clipboard operation
lambda-rust copied to clipboard

🐳 🦀 a dockerized lambda build env for rust applications

Results 25 lambda-rust issues
Sort by recently updated
recently updated
newest added

see https://github.com/softprops/serverless-rust/issues/23 for context This should be pretty straight forward. sketch thoughts, capture whats missing from the output of `ldconfig -c -new -p` from the list of dependencies provided by...

If I understand correctly from the readme, after running ``` docker run --rm \ -v ${PWD}:/code \ -v ${HOME}/.cargo/registry:/root/.cargo/registry \ -v ${HOME}/.cargo/git:/root/.cargo/git \ softprops/lambda-rust ``` my code should build and...

windows

there is a lot that rustup install pulls in that we don't need ``` softprops/lambda-rust 0.2.0-rust-1.31.0 ace6af5279eb 3 days ago 2.48GB lambci/lambda build-provided 3d4454c76ff7 13 days ago 1.68GB ``` [install...

this seems to be an artifact of https://github.com/softprops/lambda-rust/pull/39. It's unclear if its actually harmful but it is a it off putting. Let's see if we can't figure out what it...

Without a way to test on windows its difficult to reproduce windows reported issues. Let's figure how a coping strategy. Virtual box sounds like the current best option https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/