Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 388 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 388 Bytes

Lyft Button API

This is the serverless API that backs avatar.jairtrejo.com. It uses:

  • An AWS SAM template to describe the lambda functions and the API Gateway.
  • A Python package with the actual code for the function.

Running the API locally

Install the code to the dist/ folder py calling:

$ pip install -t dist .

And then:

$ sam local start-api