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

Latest commit

 

History

History
27 lines (18 loc) · 522 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 522 Bytes

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