setup‐serverless‐awscli‐vscode - amresh087/newronaRepos GitHub Wiki
Before installation of serverless framework first we need to install node js
Now install aws CLI so for in google type aws cli then .msi installer download then click click then It will installed successfully
Now we need to install serverless
npm install -g serverless
After installation successfully we need to check below command
serverless
Now, we need to create IAM Role
After creation of User we can create access key
Now download secret key then open cmd
serverless config credentials --provider aws --key AKIA2F3SKIOELEEJAPYT --secret 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 --profile serverless-admin