/little-boy

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

Primary LanguageJavaScriptMIT LicenseMIT

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