Helper functions to interface with ST Graphics' backend
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
npm run deploy:appscripts