https://github.com/dropsource/serverless-todo-api-example-complete
A simple todo REST API example built on the Serverless Framework with OpenAPI spec documentation. The completed code for the how-to on Dropsource Blog at https://www.dropsource.com/blog/serverless-rest-api/
https://github.com/dropsource/serverless-todo-api-example-complete
Last synced: 6 months ago
JSON representation
A simple todo REST API example built on the Serverless Framework with OpenAPI spec documentation. The completed code for the how-to on Dropsource Blog at https://www.dropsource.com/blog/serverless-rest-api/
- Host: GitHub
- URL: https://github.com/dropsource/serverless-todo-api-example-complete
- Owner: Dropsource
- License: mit
- Created: 2017-07-28T19:12:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T16:25:53.000Z (over 7 years ago)
- Last Synced: 2025-09-04T07:41:46.587Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Documenting Your Serverless REST API With Swagger (OpenAPI) Specification
This is the completed code for the how-to found on the Dropsource Blog: https://www.dropsource.com/blog/serverless-rest-api/