- Install Serverless with
npm install -g serverless - Install the dependencies
npm install
Update the credentials and your project property in the serverless.yml file.
serverless deploy
You should see your functions URL endpoint after the deployment
curl <the-endpoint-url>