AWS Serverless Application Model (SAM) Deployment
Writing the template to create a AWS resources as you can see the below YAML File:
handler.js
Once you created the template Save it in your custom folder
Configure the AWS CLI
Then create a S3 bucket using the below command:
aws s3 mb s3://myfirs...
vjdev.hashnode.dev1 min read