I have a Lambda function, which will be sending SNS notification when a message is sent to SQS Queue. But i observe that Lambda will delete the message from queue once it has processed it and its been mentioned here
Is there a way i can make the lambda fail, without actually throwing a new Exception in java.
