@st-graphics/backend
v0.1.75
Published
Helper functions to interface with ST Graphics' backend
Readme
st-graphics-backend
Deploy
Make sure you have awscli and clasp installed
pip install awscli --upgrade --user
aws configuresudo npm install -g @google/clasp
clasp loginExecute 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>