Hacker News new | ask | show | jobs
by bdcravens 2865 days ago
Functions that respond to events, where an event is triggered by some sort of message queue (ie, Lambda + Kinesis streams)
1 comments

Which usually have very low time restrictions in the order of a few minutes.
Break your operation into a series of discreet tasks. For 99% of use cases, if you have an discreet task that takes 5+ minutes, there's a problem. In most cases, it can be split up.
"Discrete" rather than "discreet", but yes.