slack-fliptable

A npm module to flip tables that will be used as a lambda function for slack.

Usage no npm install needed!

<script type="module">
  import slackFliptable from 'https://cdn.skypack.dev/slack-fliptable';
</script>

README

Slack - Flip Table

This git repo can be found as an npm module at https://www.npmjs.com/package/slack-fliptable.

The repo can be deployed onto AWS Lambda using Travis with some environment keys required:

  • AWS_ACCESS_KEY
  • AWS_SECRET_KEY
  • AWS_LAMBDA_ROLE

The Travis deployment details can be found in .travis.yml with the script being found in install.sh.