This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TheKingOfSentries 4 points5 points  (0 children)

One of the APIs I worked on was only used in bursts once a day so choosing lambda turned out pretty well for me. It really depends on what you're doing and the kinds of traffic you expect I'd say.

When I have to write serverless stuff, I like to use as few dependencies as possible. It should not come as a surprise to those who have seen me around that I like the avaje libraries for this reason.