victorquinn/dynasty

Transactions support

tony-gutierrez opened this issue · 1 comments

It would be nice to support transactions as outlined in the official AWS SDK for Java.

There is a push to get them added to the JS SDK here: aws/aws-sdk-js#1004

I should add, transactions (and a bunch of other functionality) didn't exist when this module was first written. We definitely need to add this!

I'd like to have it implemented similar to how Knex does it as I find their implementation elegant.