homebusinessblogart

Serverless

Quick start

Prerequisite:
1. Create 'hello-world-function' from hello-world template:

serverless create --template hello-world --path hello-world-function

2. Test/invoke on local:

serverless invoke local --function helloWorld

3. Deploy

serverless deploy

This would deploy the lambda function and give HTTP endpoint like: