Node.js

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
Node.js

How to Send Email in Node.js

This tutorial will cover how to send an email in Node.js using a 'nodemailer' package. We will also be using a fake SMTP service called mailtrap.io, which makes email testing way easier in real projects

Read