Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 477 Bytes

File metadata and controls

26 lines (15 loc) · 477 Bytes

serverless

documentation

link: https://www.serverless.com/framework/docs

how to deploy serverless from local

serverless deploy --stage dev

Two deployments simultaneously is not possible in two terminals

because both deployment commands will read and write to same .serverless folder

Running serverless offline in local

serverless offline --stage=dev

troubleshooting

About 90% of the failures occures due to wrong NodeJs version.