Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust Support #122

Open
Fleshgrinder opened this issue Jan 23, 2017 · 2 comments
Open

Rust Support #122

Fleshgrinder opened this issue Jan 23, 2017 · 2 comments

Comments

@Fleshgrinder
Copy link

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. 😺

@ahl
Copy link
Contributor

ahl commented Apr 6, 2017

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.

@astewart-twist
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants