@st-graphics/backend
v0.1.75
Published
Helper functions to interface with ST Graphics' backend
Downloads
50
Readme
st-graphics-backend
Deploy
Make sure you have awscli
and clasp
installed
pip install awscli --upgrade --user
aws configure
sudo npm install -g @google/clasp
clasp login
Execute deployment scripts:
npm run deploy:functions
or npm run deploy:appscripts
Alternatively, deploy functions or app script projects individually:
npm run deploy:functions <FUNCTION_NAME>
npm run deploy:appscripts <PROJECT_NAME>