Open
Description
In this issue I propose:
- We copy out the code for aws-related stuff into it's own repository. I created a an empty repository, see luigi-orchestrator/luigi-aws#1. Add to pypi
- We remove the implementation from here and replace it with a package dependency. We keep the tests as a way to check backward compatibility
- Celebrate. We have accomplished:
- First (or second) attempt of splitting the kitchen-sink contrib/ folder.
- It becomes so much easier to work with the repos if they are separate.
This is also a bit in the direction of #1897, but much more trivial, it requires no extra software. Just a build dependency.
Note that this design consciously suggests different repos, as we want different travis builds, different people being pinged on changes, different set of owners. etc. etc.