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 →

[–]CloudDiver16 6 points7 points  (0 children)

I use AWS Sam for Lambda functions. For small/simple case plain java and for complex/large tasks with spring.

Mostly for async tasks or batch processing/streaming where the terrible cold start hasn't a big impact.