Develop & Deploy Serverless App Lesson 3 Serverless Framework: Demo:Serverless Template
yt link
Install serverless:
npm install -g serverless
Set up a new user in IAM named "serverless" and save the access key and secret key.
Configure serverless to use the AWS credentials you just set up:
sls config credentials --provider aws --k...
philipdevblog.hashnode.dev1 min read