gordon icon indicating copy to clipboard operation
gordon copied to clipboard

Rust Support

Open Fleshgrinder opened this issue 8 years ago • 2 comments

I literally just stumbled upon your project and had a look at the supported programming languages while asking myself, why not Rust? Well, here I am asking you this exact question. 😺

Fleshgrinder avatar Jan 23 '17 19:01 Fleshgrinder

It would be pretty much the same as the golang example: https://github.com/jorgebastida/gordon/tree/master/examples/go

AWS Lambda doesn't have native support for Rust so you'd use js or python to invoke the binary you upload.

ahl avatar Apr 06 '17 16:04 ahl

@Fleshgrinder , you could run something like docker run -it --rm -v "$(pwd):/rust" scorpil/rust:nightly cargo build --release followed by your regular gordon deployment.

astewart-twist avatar Apr 08 '17 20:04 astewart-twist