Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 898 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 898 Bytes

issue-sync

Developing

# Restore dependencies
yarn install

# Spin up local lambda test server
yarn run dev

# Test endpoints by calling them in your browser,
# or with a tool like Postman
# Navigate to: `http://localhost:9000/.netlify/functions/hello-world`

Environment Variables

See the .env.example file in the root of this directory. Copy it, and name it .env to specify variables that can be used for local development.

Reading

Limitations

All Netlify sites include 125,000 serverless function requests per month, and 100 hours of run time per month.