Skip to content

Latest commit

 

History

History
 
 

google-node-simple-http-endpoint

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Simple HTTP example

Setup

  1. Install Serverless with npm install -g serverless
  2. Install the dependencies npm install

Setting the credentials and project

Update the credentials and your project property in the serverless.yml file.

Deployment

serverless deploy

You should see your functions URL endpoint after the deployment

Invoking

curl <the-endpoint-url>