- Docker
- docker-compose (to test locally only)
Create the .env based on .env.example
cp .env.example .envModify the .env content based on your informations and run the migration
make migrateThe AWS key used need to have the policy AmazonS3ReadOnlyAccess can be used, but you can create your policy specific to source bucket as allowed resource with read access.
The AWS key used need to have the policy AmazonS3FullAccess can be used, but you can create your policy specific to source bucket as allowed resource with read and write access.
The db user need to have the UPDATE privilege
- Terraform to create the DB (RDS?)
- Terraform to create the IAM policy
- Terraform to create the buckets
- Script to generate objects and populate the buckets
- Integration test