Parallel transactions not working with AWS data API
GitHub
Describe the bug When I'm running queries concurrently via Promise.all in a transaction, it fails. When I run the queries synchronously, however, it succeeds. This is super weird. The error giv...