node.js

serverless

Serverless FAQs

This post will explain some of the frequent questions many developers have regarding Serverless

Read
Node.js

Api Key Authentication for Accessing Serverless API at AWS API Gateway

Any REST API should set up some or the other authentication mechanism to secure from unintended uses. The AWS console and Serverless configuration provides a very easy way to secure the API endpoints by setting up the API keys

Read
Node.js

How To Create Serverless API Functions With AWS Lambda

We will learn how to create the serverless API functions. We will be using the serverless framework and host the functions to AWS Lambda. The tutorial also touch some part of setting up AWS credentials in your machine and introduction to YAML

Read
Node.js

How To Quickly Deploy Node Js App To Heroku

This tutorial will cover how to deploy the Node.js project to Heroku - the cloud application platform. We will have our application up by running just few commands

Read