|
|
|
|
|
by multani
722 days ago
|
|
What is the pattern to use on Lambda if you actually have to call out other services, which may, sometimes, take a long time to answer?
Do you make requests with a shorter timeout and have your Lambda fail when it triggers?
Do you delegate long calls to a non-Lambda service? |
|