Configuration - Geekoosh/flyway-lambda GitHub Wiki

Flyway Lambda supports multi-level configuration for:

  • DB address and credentials
  • Git repo remote address and credentials
  • S3 bucket and folders
  • Flyway actions

Options can be configured in the following order of importance:

  1. Lambda invocation parameters
  2. Lambda environment variable
  3. AWS Secret Manager - for the sensitive configuration options (Git and DB credentials)