Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adnanrahic/a-crash-course-on-serverless-with-nodejs
A quick and easy guide of how to hook up a single Serverless service.
https://github.com/adnanrahic/a-crash-course-on-serverless-with-nodejs
aws aws-api-gateway aws-lambda dashbird monitoring nodejs serverless serverless-framework serverless-offline
Last synced: about 1 month ago
JSON representation
A quick and easy guide of how to hook up a single Serverless service.
- Host: GitHub
- URL: https://github.com/adnanrahic/a-crash-course-on-serverless-with-nodejs
- Owner: adnanrahic
- Created: 2017-10-02T14:35:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-09T14:05:24.000Z (over 6 years ago)
- Last Synced: 2024-12-28T19:51:57.910Z (about 2 months ago)
- Topics: aws, aws-api-gateway, aws-lambda, dashbird, monitoring, nodejs, serverless, serverless-framework, serverless-offline
- Language: JavaScript
- Homepage: https://hackernoon.com/a-crash-course-on-serverless-with-node-js-632b37d58b44
- Size: 8.79 KB
- Stars: 28
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# a-crash-course-on-serverless-with-nodejs
The article is based around the main concepts of Serverless architecture.
After explaining the core features and understanding why it is a great tool we move on to concrete examples.
Step by step explanations show how to use the Serverless framework in tandem with Node.js to create an awesome REST API.
Moving on, the REST API is both deployed to AWS and emulated locally to create a local development environment.
Lastly, we touch upon the concept of monitoring the serverless application using Dashbird.Check it out here: https://hackernoon.com/a-crash-course-on-serverless-with-node-js-632b37d58b44