Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Designed to be run as an AWS lambda function to run flyway migrations against an RDS DB

Notifications You must be signed in to change notification settings

SafelyYou-Inc/flyway-lambda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lambda Flyway Migrator

A Java project designed to be executed as an AWS Lambda. Performs a 'Flyway migrate' on a specified database.

Instructions

See https://www.lydtechconsulting.com/blog-flyway-serverless.html

Future improvements

This project has been developed for a specific use case. The following are suggested improvements that could be made to improve its usefulness

  • Allow other options for db creds apart from env vars. e.g. flyway config file / aws secret manager entries
  • Allow Flyway config file to be used to control options (many are currently hardcoded)
  • Currently only includes the Postgres JDBC driver. Others to be added

About

Designed to be run as an AWS lambda function to run flyway migrations against an RDS DB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%