#!/bin/bash -e

# zappa requires an active virtual environment
source env/bin/activate

# update lambda using zappa
env/bin/zappa update $ENV
