flyway-awslambda
flyway-awslambda copied to clipboard
AWS Lambda function for RDS migration using Flyway.
Hello, The lambda is not working with mssql. What changes is required to make it working? Also, if there are place holders i.e. variables in sql script then how to...
I upgraded Flyway to version 6 and made some code changes so that **all flyway configuration options are supported**, instead of just the three mentioned in the readme. As far...
I have around 2000 DB schema files. But flyway lambda fails with error saying cannot find flyway.conf file. But when i reduce the file count to below 200 in the...
Flyway has the ability to deploy repeatable scripts (by default with the prefix "R__"), which are deployed when the contents of the file has changed. https://flywaydb.org/getstarted/repeatable When a repeatable script...