All Projects → adnanrahic → a-crash-course-on-serverless-with-nodejs

adnanrahic / a-crash-course-on-serverless-with-nodejs

Licence: other
A quick and easy guide of how to hook up a single Serverless service.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to a-crash-course-on-serverless-with-nodejs

express-sls-app
How to deploy a Node.js application to AWS Lambda using Serverless, a quick start.
Stars: ✭ 20 (-28.57%)
Mutual labels:  serverless-framework, aws-api-gateway, dashbird
serverless-plugin-offline-kinesis-events
⚡ Serverless plugin that works with serverless-offline to allow offline testing of Serverless functions that are triggered by Kinesis events.
Stars: ✭ 15 (-46.43%)
Mutual labels:  serverless-framework, serverless-offline
serverless-typescript-starter
A Serverless starter that adds TypeScript, serverless-offline, linting, environment variables, and unit test support.
Stars: ✭ 75 (+167.86%)
Mutual labels:  serverless-framework, serverless-offline
serverless-swagger-api
Simplifies the process of generating an API Gateway API from a swagger file.
Stars: ✭ 15 (-46.43%)
Mutual labels:  serverless-framework, aws-api-gateway
desktop
A native GUI application that makes it easy to explore and test Serverless Framework applications built on AWS Lambda.
Stars: ✭ 42 (+50%)
Mutual labels:  serverless-framework, aws-api-gateway
sls-photos-upload-service
Example web app and serverless API for uploading photos and saving to S3 and DynamoDB
Stars: ✭ 50 (+78.57%)
Mutual labels:  serverless-framework
serverless-aws-rust
⚡🏗️ template for new aws lambda serverless rust apps
Stars: ✭ 89 (+217.86%)
Mutual labels:  serverless-framework
serverless-nestjs-typeorm
Example how to nestjs using the serverless framework with TypeORM
Stars: ✭ 99 (+253.57%)
Mutual labels:  serverless-framework
serverless-multicloud-example
An example Node Express app that can be deployed in any major cloud by the Serverless framework
Stars: ✭ 20 (-28.57%)
Mutual labels:  serverless-framework
namevault
Account creator & name generator for users on EOS and EOSIO compatible blockchains.
Stars: ✭ 17 (-39.29%)
Mutual labels:  serverless-framework
serverlesscloud.cn
Serverless 中文网
Stars: ✭ 15 (-46.43%)
Mutual labels:  serverless-framework
ecommerce-shopfront-on-aws
A high availability, API-first reference architecture for ecommerce using AWS services
Stars: ✭ 56 (+100%)
Mutual labels:  aws-api-gateway
lambdog-server
Write Netlify functions without pulling your hair out.
Stars: ✭ 15 (-46.43%)
Mutual labels:  serverless-framework
corejam
A scaffolding for building progressive GraphQL powered jamstack applications.
Stars: ✭ 24 (-14.29%)
Mutual labels:  serverless-framework
lambda-mailer
Simple module for receiving an email from a contact form on your website.
Stars: ✭ 83 (+196.43%)
Mutual labels:  serverless-framework
action-serverless
GitHub Action for interacting with the Serverless CLI
Stars: ✭ 36 (+28.57%)
Mutual labels:  serverless-framework
aws-secure-websockets
Secure web socket implementation using AWS products and serverless framework
Stars: ✭ 49 (+75%)
Mutual labels:  serverless-framework
aws-serverless-prototype
Serverless Frameworkを使ったAWS Lambdaプロジェクトの試作品
Stars: ✭ 16 (-42.86%)
Mutual labels:  serverless-framework
noiiice
a serverless blog built on NuxtJS, AWS, serverless framework, and irrational exuberance.
Stars: ✭ 42 (+50%)
Mutual labels:  serverless-framework
amazon-ivs-ugc-web-demo
This repository shows how you can build a compelling user-generated content (UGC) live streaming webapp with Amazon IVS.
Stars: ✭ 14 (-50%)
Mutual labels:  serverless-framework

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].