make all ENV=dev CMD=initial-deploy
: pre-terraform command loops through all service directories inmakefile
, zips, and puts artifacts in s3make all ENV=dev CMD=deploy
: updates function code in addition to putting each service artifact in s3
* approx 2.5 minutes to deploy all lambda services