from Hacker News

Using AWS Lambda Functions to Create Print Ready Files

by neogenix on 12/30/15, 2:48 PM with 1 comments

  • by neogenix on 12/30/15, 2:50 PM

    This actually is a great use-case for Lambda functions, since it is not possible to process everything parallel on a single machine, and it would be very hard to manage if you would scale a lot of instances up and down all the time based on processing queues.