Hacker News new | ask | show | jobs
by k__ 2751 days ago
Does it make any sense to use this with FaaS?
2 comments

I would assume so. At a high level, not much different than node with express (Edit: for FaaS).
Lambda just announced native support for Rust last week.
Sure thing, but does it make any sense to use Rocket on it?
Rocket specifically? Lots of people like it. Rust generally? Stuff like https://andre.arko.net/2018/10/25/parsing-logs-230x-faster-w... is one success story we’ve already seen.
gp is asking abt rocket inside lambda.
I don't personally think that there's anything inherently specific to Rocket that makes it better for lambdas than any other Rust web framework.

That's just my opinion, of course.

Ah okay.

I wasn't sure if bare-bones Rust+Lamba-Rust-Runtime was already enough.