Schema for an example PostgREST API.
After cloning this, install sqitch and configure
sqitch config --user user.name 'Your Name'
sqitch config --user user.email 'your email'
sqitch target add production db:pg://[user]:[pass]@[rds url]:5432/[dbname]
sqitch config core.engine pg
sqitch config core.pg.target production
sqitch config --bool deploy.verify true
sqitch config --bool rebase.verify true
Thereafter you can deploy.
sqitch deploy
For more sqitch info, see the guide.