I went with an approach that still leverages WordPress! core to do the heavy lifting and just applies the necessary Bootstrap markup. Just add this function to functions.php and call <?php echo paginate_links_as_bootstrap(); ?> in your theme.
functions.php
<?php echo paginate_links_as_bootstrap(); ?>