As a follow up to Alexa Skills and AWS Lambda Aliasing wrote up a little NPM script to get some folks started. # Create a unique filename based upon the current time timestamp=`date +%s` echo $timestamp filename="myProject.$timestamp.zip" # We don't want to upload all the modules required to run our test harness' so prune out […]