Skip to content

milyas122/SQS-Lambda-RDS

Repository files navigation

SQS LAMBDA RDS Architecture

Installation

  • Download and install Node Js
  • Download and run the AWS CLI MSI installer

Install the serverless CLI via NPM:

npm install -g serverless

Once AWS CLI is installed, configure AWS CLI with AWS Access Key ID and AWS Secret Access Key.

 aws configure

Install node modules via NPM

npm i

After Successful Installation uses the below to deploy serverless code to AWS.

serverless deploy --stage dev