TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Using AWS Lambda Functions to Create Print Ready Files

3 pointsby neogenixover 9 years ago

1 comment

neogenixover 9 years ago
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.