Helper functions and examples to assist with building with Glia Functions
a work-in-progress
- GLIA_KEY_ID
- GLIA_KEY_SECRET
- GLIA_SITE_ID
Build the function: npm run build
- Clone repo and install dependencies
npm install
- Run CLI
node .
node ./commands/listFunctions.js
node ./commands/createAndDeployVersion.js --id=$FUNCTION_ID --path='./function-out.js' --env='{"test"
: "test"}'
node ./commands/invokeFunction.js --uri=$INVOCATION_URI