Transaction Function Exceptions

I’m getting an exception inside of a transaction function, but I’m not seeing any CloudWatch Logs with the exception in it.

Is there something we can search for to find exceptions from transaction functions?

Hello :innocent:
As per my opinion, It’s possible the exception is not being logged due to transaction rollback behavior. Check CloudWatch Logs for transaction-specific log groups. Look under /aws/lambda//LogGroup. Filter by transaction IDs or unique identifiers to trace exceptions within transaction functions effectively.

I hope this will help you.

Respected community member :smiling_face_with_three_hearts: