new to backend development.
I have a service that executes a step function which is essentially a countdown timer step function that triggers a lambda.
This lambda takes a url from the step function to hit my service's endpoint.
In the event that my endpoint does not successfully complete the necessary work (through any number of potential failures), how can I communicate back to the lambda to attempt to hit my endpoint again.