Is there a way to pass along values between retries in Lambda?
For instance Try one failed, Can we pass few parameters to to event object of the next retry by something like below? event.somevariable = somevalue If we want do something like that what could be our options?