Skip to content

Instantly share code, notes, and snippets.

@stanleycyang
stanleycyang / 40install_node.sh
Last active November 5, 2016 13:32
Faster Elastic Beanstalk deployment (NodeJS 4.2.1)
#!/bin/bash
# Include envs
. /opt/elasticbeanstalk/env.vars
function error_exit
{
eventHelper.py --msg "$1" --severity ERROR
exit $2
}