Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 606 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 606 Bytes

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