GitKraken Glo Boards is released on Amazon Alexa U.S. Enable Now
git clone https://github.com/iamady/glo-boards-alexa.git
cd glo-boards-alexa/lambda/custom/
npm install
- Pack index.js and node_modules together in a .zip file.
- AWS CLI Setup Tutorial
- After Setup is complete run command below wih correct parameters.
aws lambda update-function-code --function-name <YourFunctionName> --zip-file fileb://./<YourZipFileName>.zip --publish
- If you try list Tasks Due without creating a board, column or card you won't be able to fetch card created by you for the due date.
- List boards
- Select boards
- Create boards
- Delete boards
- Add cards
- Delete card
- Tasks Due for particular day/date
- List Columns
- Create Column
- Delete Column
- List Cards in Column (Next Update)
- Manage Labels (Next Update)
- Add Comment to a Card (Next Update)
- Add Alexa Presentation Language Support (Future Updates)
- Use Javascript @axosoft/glo-sdk (Future Updates)
You can email me at me@adityashin.de or PM @adityashin.de on Instagram.