|
|
|
|
|
by NeutronBoy
4047 days ago
|
|
Lambda is good at discrete units of work, in an application already integrated with AWS, that may come either frequently or infrequently, where you don't necessarily want to have an app server running the whole time. Things like - generating a thumbnail for an image uploaded to an S3 bucket - processing in response to queue events - generating stats and metrics on a schedule or in a response to events |
|