Fetches an image from a get endpoint and uploads it to an S3 Bucket.
Built for Python 3.x.
$ brew install python3
Create a virtual env and install dependencies
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
Copy the env_sample to .env and configure it as needed for your system.
$ cp env_sample .env
Startup script:
$ python run.py
Schedule as a Lambda or with cron on an EC2 instance.