Skip to content

midosamidos/airtable-lambda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airtable Lambda Example

Installation

First, install and configure up.

Then clone repo and setup your Airtable API key and base id in up.json

git clone https://github.com/stepankuzmin/airtable-lambda.git
cd airtable-lambda
cp example.up.json up.json

Deploy

up

Usage

This will create a record with Name and Notes in Table 1 table of specified AIRTABLE_BASE base.

curl -X POST -d '{"Name": "", "Notes": "" }' `up url`/Table%201

About

Airtable Lambda Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%