|
|
|
|
|
by earthling8118
1219 days 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 |
|