1.0.0 • Published 10 years ago

shopify-brains v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
10 years ago

AWS Lambda currently runs on Node.js 0.10.36. To avoid nasty surprises, we strongly suggest using that version for development. You can use nvm to manage multiple versions of Node on your development environment

to install

npm install nvm -g; 
cd <this-repo>;
nvm install;
nvm use;
npm install -g claudia;
brew install awscli;
npm install;