Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.94 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.94 KB

export Airtable data to JSON

AirTable has an API, but offers just one full access API key. Obviously this can't be used in a user-facing app. This repo has directions and a script to fetch data from an AirTable API using an AWS Lambda function and save it to a JSON file on S3.

setup

install dependencies for local testing:

pip install -e requirements.txt

install dependencies for deployment package:

pip install requests -t /path/to/project-dir

AWS setup