Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhyuen/netlifyfunctions
https://github.com/rhyuen/netlifyfunctions
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rhyuen/netlifyfunctions
- Owner: rhyuen
- Created: 2019-07-20T02:44:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:54:12.000Z (about 2 years ago)
- Last Synced: 2023-10-12T15:29:00.283Z (about 1 year ago)
- Language: JavaScript
- Size: 964 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FAAS Services on Netlify Functions
## JUNE 29/2019
> Don't forget to call `mongoose.disconnect()` when you're done with your DB operations otherwise the function times out.> npm run visit # a command for visiting the deploy.
1. List of Links
- 1 Endpoint
- Returns list of 10 Items
Link Schema
- Title
- Link
- Subtitle
- Source
- Date2. Logging Service
- 2 Endpoints
- Check for Valid Token to Read/Write
- Log Schema
- Date
- Application
- Error Message
- Stack Trace