Skip to content

Latest commit

 

History

History
executable file
·
22 lines (15 loc) · 631 Bytes

README.md

File metadata and controls

executable file
·
22 lines (15 loc) · 631 Bytes

slackBot

this repo has some slack bot(running on AWS-Lambda and NodeJS)

the functions are

  • botChat

    • simplest sample of "slack outgoing web-hook" with "AWS Lambda & API Gateway"
    • bots communicate each other.
  • dustAlert

    • sample of "slack incoming web-hook" with "scheduled AWS Lambda"
    • when dust day has come, alert it.
  • weatherReport

    • sample of "slack incoming web-hook" with "scheduled AWS Lambda"
    • when today will be rainy, alert it.
  • temperatureReport

    • sample of "slack incoming web-hook" with "scheduled AWS Lambda"
    • when today will be cold/hot(±5 than yesterday), alert it.