Closed rlivsey closed 7 years ago
This would have been fine, but I realized that many of the other hooks will fail as well if the table isn't set up, so I went ahead and added a setup pipeline hook and moved the conditionallyCreateTable logic there. Thank you taking a whack at it!
:+1: makes much more sense
listRevisions runs before we’ve had a chance to setup the table on the first deploy and so fails.
This lets it return successfully so that the table can be setup later in the deploy.
Alternatively we could conditionally create the table?