Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

stepankuzmin/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

Releases

No releases published

Sponsor this project

 

Packages

No packages published