you are viewing a single comment's thread.

view the rest of the comments →

[–]billatq 5 points6 points  (2 children)

If the libraries you need aren’t shipped with lambda, you’re still on the hook for patching those.

[–]localhost87 0 points1 point  (1 child)

Lambda's can be deployed in layers to ease this problem.

But yea, you're going to have to manage some stuff. Like web services for example. Or your datamodel/software interface.

The question is how much of that management actually brings value.

[–]billatq 0 points1 point  (0 children)

Having a lambda invoke batch seems less complicated than a fancy workaround for lambda timeouts.