Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 632 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 632 Bytes

open-taxi

Development

To make a local Python virtual env and install dependencies specified in requirements.txt:

$ make activate
$ make install

Then run make test

Configuration

Custom parameters defined in your CloudFormation template can have overrides specified in template_params.txt.

Deployment

Before deployment your Lambda code is uploaded to your deployment bucket using the AWS CLI package command.

$ make clean    # if previously built
$ make build    # after code changes
$ make package  # after code or CloudFormation changes
$ make deploy