Y
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
the_duke
2865 days ago
Which usually have very low time restrictions in the order of a few minutes.
link
bdcravens
2864 days ago
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.
link
lmm
2864 days ago
"Discrete" rather than "discreet", but yes.
link