top | item 34894277

(no title)

jackosdev | 3 years ago

My company runs everything on AWS lambda, I’ve worked on Lambda with Go, Python and Typescript before this, Rust is by far the best experience I’ve had. Async works great, it’s definitely a lot harder to figure out the ecosystem than something like Go, but there’s nothing missing that I know of?

discuss

order

Thaxll|3 years ago

async does not work great, maybe for simple poc but once you start diging it's not well done. The debugging part is even worse.

earthling8118|3 years ago

My best two takeaways for using AWS lambda:

1. Use Rust 2. Use containers

I save a lot of time with those two decisions. My lambdas are significantly less likely to have runtime errors. And with containers I can select which version to run from my registry