We were recently transitioning a client to use Heroku build pipelines for their
Next.js project that handles most business logic through an external API,
including authentication and cookie handling. This pipeline uses Heroku's
review
apps [https://devcenter.heroku.com/articles/github-integration-review-apps] as
well as separate instances for staging and production environments. The client
handled their domains through AWS's Route 53 [https://aws.amazon.com/route53/]
DNS service. Pointing thei