-
-
Save KyMidd/21fc5b93045fbe7be2f493f1276d6d41 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
| ### | |
| # Constants | |
| ### | |
| # Secrets manager secret name. Json payload should contain SLACK_BOT_TOKEN and SLACK_SIGNING_SECRET | |
| bot_secret_name = "YOUR_JSON_SECRET_NAME" # Change this to your actual secret name in AWS Secrets Manager | |
| # Receiver lambda info (meta) | |
| redirect_function_url = "https://XXXXXXX.lambda-url.us-east-1.on.aws" # Change this to your actual Lambda URL | |
| # CMK Key, used to encrypt the token | |
| cmk_key_alias = os.environ.get("CMK_ALIAS") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment