Serverless
Serverless
Setup¶
Setting up the project with AWS nodejs template.
$ serverless create --template aws-nodejs --path project_name
Deploy¶
Deploying your serverless to AWS if its properly configured with the credentials.
serverless deploy -v
Offline¶
Start the AWS workstation project locally for testing offline before deploying.
serverless offline start