Skip to content

jairtrejo/quicksilver-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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