-
Notifications
You must be signed in to change notification settings - Fork 11
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:
- Lambda invocation parameters
- Lambda environment variable
- AWS Secret Manager - for the sensitive configuration options (Git and DB credentials)