-
-
Save KyMidd/84d033d27969ff196f7c8ca6f1b37dee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Global imports | |
| import os | |
| import logging | |
| import boto3 | |
| import json | |
| import base64 | |
| import requests | |
| # Slack app imports | |
| from slack_bolt import App | |
| from slack_bolt.adapter.socket_mode import SocketModeHandler # Required for socket mode, used in local development | |
| from slack_bolt.adapter.aws_lambda import SlackRequestHandler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment