Skip to content

Instantly share code, notes, and snippets.

@leemeichin
Created March 1, 2017 16:43
Show Gist options
  • Save leemeichin/bfccf2bf41401c59b3caeec34f8a81c6 to your computer and use it in GitHub Desktop.
Save leemeichin/bfccf2bf41401c59b3caeec34f8a81c6 to your computer and use it in GitHub Desktop.
mkdir awesome-sauce && cd $_
export AWS_ACCESS_KEY_ID=... AWS_SECRET_ACCESS_KEY=...
yarn init
yarn add claudia claudia-bot-builder chrono-node request-promise-native
touch bot.js
yarn run claudia create -- --region us-east-1 --api-module bot
yarn run claudia update -- --configure-slack-slash-command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment