/ebird-backup

AWS Lambda script for backing up your eBird lists to S3.

Primary LanguagePythonMIT LicenseMIT

Automatic backup of lists from eBird to S3

Script for Amazon Lambda, which backs up all your lists to S3.

Before uploading to Lambda its necessary to install

  • requests library by running pip install requests -t ./
  • BeautifulSoup library by running pip install beautifulsoup4 -t ./

in repo home, fill out your eBird login (not e-mail), bucket name and eBird password in credentials.py.

After all you have to ZIP whole repo and upload it to Lambda.

Function needs approval for writing to S3 and trigger, which runs it.

If you have problems with Lambda´s role settings, follow this.