I know that when a Lambda function fails (for example when there is a time out), it tries to run the function 3 more times again. Is there any way to avoid this behavior? I\
If you are using Python, I recommend you to follow this thread.
If you are using Java, inside handleRequest method add this lines:
handleRequest
ClientConfiguration config = new ClientConfiguration(); config.setMaxErrorRetry(0);