DynaDev

Tag: dynaconf

  • Local MySQL to AWS Redshift Migration

    Local MySQL to AWS Redshift Migration

    Recently, I was working on a project to deliver AWS Redshift, and one requirement for this project was to enable developers to work locally. They wanted a solution that would allow them to migrate their local MySQL database running in Docker, into a Redshift cluster. Turns out, this is quite a tricky task. AWS have […]