This example demonstrates how to setup a simple HTTP GET endpoint.
user Â
Philipp Muens
npm install -g serverless
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>