Quick start Configure crendetials AWS aws configure Add to your IAM a new group terraform init && terraform apply Install the dependencies npm install Test on localhost environment npm run build && serverless offline start Test on production environment npm run build && serverless deploy