mycbhello

This is a repository for a cloud function developed with Crowdbotics

Features

  • Uses the Serverless framework.
  • Build to deploy to AWS Lambda.
  • Provides a single REST endpoint at GET /hello.
  • Uses Python 3.7.

Getting Started

  1. Install the Serverless framework on your local machine.
  2. Configure your AWS provider credentials for Serverless framework.
  3. $ cd <clone root directory>
  4. $ serverless deploy -v
  5. Invoke the function: $ serverless invoke -f hello