Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created July 9, 2025 00:24
Show Gist options
  • Select an option

  • Save KyMidd/21fc5b93045fbe7be2f493f1276d6d41 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/21fc5b93045fbe7be2f493f1276d6d41 to your computer and use it in GitHub Desktop.
###
# 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