I am planning to use Google Cloud Composer to schedule a workflow which is loading data from S3 to Redshift. As S3 and Redshift are all based on AWS, I want to know whether Google Cloud Composer allows me to do it.
From my understanding after reading the document, I am able to install AWS SDK from PYPI and install local Python dependencies, which means that I can build my own library for S3Connection and RedshiftConnection to make the workflow work. Anyone with experience on it can help confirm it? Thanks