You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a use-case, wherein we are trying to include all the network calls inside the same lambda. I just wanted to understand if there's a general guidance related to this practice ?
Also, how does the retry mechanism look like, if we have all of these network calls residing in the same lambda ? Can we separately retry a certain network call via aws-java-sdk ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We have a use-case, wherein we are trying to include all the network calls inside the same lambda. I just wanted to understand if there's a general guidance related to this practice ?
Also, how does the retry mechanism look like, if we have all of these network calls residing in the same lambda ? Can we separately retry a certain network call via aws-java-sdk ?
Beta Was this translation helpful? Give feedback.
All reactions