/serverless-rdbms-migrations

A plugin that invokes a function on deploy

Primary LanguageJavaScript

Serverless rbdms migrations

This plugin will run a function named 'up' after a deploy is complete. On rollback it will run a function named 'down' after a rollback is complete. This module is a work in progress. More details to follow.