What would be the best way to list a serie of Auora Mysql ddl objects and translate them to Redshift ddl (data type mapping, PK, encoding)?
Im trying to migrate from Aurora Mysql to Redshift with lambdas, but I need to create target tables first. This operation has to be done before every load, so it needs to be automated.