amowu / little-boy

A chat bot named Little Boy services on Slack, Messenger and LINE platforms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirement

  • AWS
  • APEX

...WIP

Development

fork repository

$ git clone https://github.com/kidark/little-boy.git
$ cd little-boy 
$ npm install
$ apex infra get -e dev
$ apex infra plan -e dev
$ apex infra apply -e dev

copy & paste lambda_function_role_arn to your project.json role field.

$ apex deploy main -r us-east-1
$ echo -n '{"foo":"bar"}' | apex invoke main -r us-east-1
$ apex logs main -r us-east-1

Contribution

About

A chat bot named Little Boy services on Slack, Messenger and LINE platforms.

License:MIT License


Languages

Language:JavaScript 53.1%Language:HCL 46.9%