Skip to content

Configuration

assafkamil edited this page Jan 13, 2021 · 1 revision

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)

Clone this wiki locally