I want to use Liquibase with Aurora Serverless. I am interested in how people are resolving the following issues.
- Local updates. How are you deploying changes to the DB when doing local development?
- CI/CD. How are you connecting to deploy changes in your pipelines? I am specifically interested in GitHub Actions.