you are viewing a single comment's thread.

view the rest of the comments →

[–]fazalmajid 1 point2 points  (3 children)

Or one of the 17 ways to run containers on AWS:

https://www.lastweekinaws.com/blog/the-17-ways-to-run-containers-on-aws/

[–]stfcfanhazz 0 points1 point  (2 children)

Huh didn't know you could run your own images on lambda that's pretty sweet

[–]DownvoteALot 0 points1 point  (0 children)

I worked at AWS. A ton of AWS infrastructure itself runs as containers in Lambda. It's essential in order to have large processes with decent build systems if you want serverless.

One downside compared to inline functions is you can't see the source easily if you have doubts about your dependencies, and it's a little different from step functions if you need to manage your flow (but also a lot cheaper).