A collection of TripIt functions that I use for various things.
This is designed to run entirely in AWS Lambda.
- Create a
.env
from.env.example
and fill it out. - Source common bash aliases:
source bash_aliases
- Run unit tests:
unit
- Run integration tests (uses AWS; should be free):
integration
- Deploy to your AWS account:
ENVIRONMENT=production deploy