The Node.js Lambda application that we will be using here is already part of AWS tutorials. We will learn how to create, deploy, and execute a Lambda application via the AWS portal. The prerequisite for this tutorial is for you to have an AWS account; we will be using a free AWS subscription throughout this chapter. The next step is to set up AWS CLI.
Go through the following steps:
- Once the AWS account and CLIs are in place, sign in to AWS Console (https://aws.amazon.com/console/), and then we will ...