If my lambda pulls 10 messages as a batch size and...
# aws
e
If my lambda pulls 10 messages as a batch size and only a single record is failing to process. Is there any way to tell lambda to acknowledge the 9 successful messages but only fail who actually failed?