Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 367 Bytes

File metadata and controls

17 lines (14 loc) · 367 Bytes

grace

Grace, the bot

Install and usage

$ cp .aws-env-sample .aws-env
$ nano .aws-env  # Add your own account info
$ source .aws-env
$ apex deploy  # deploy functions
$ apex bots  # list bots
$ apex upbot  # create/update gracebot
$ apex hello  # say hello

Links

Apex javascript example - https://github.com/apex/apex/tree/master/_examples/nodejs