Skip to content

RagtagOpen/airtable-to-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

export data from AirTable to a JSON on S3 via AWS Lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages