An AWS lambda function to retrieve bus arrival/departure information and store data in S3
Create a new empty S3 bucket within AWS utilizing either the Quick Launch wizard, AWS CLI, or the various AWS SDKs (e.g. boto3 for python).
Update the credentials and configuration details in api.cfg
. Change the S3 bucket location to the path you just created.
Peform the loading of the database tables by running the scraper.py
script.
$ python scraper.py