(aws-chatbot): Creating SlackChannelConfiguration #29442
Unanswered
coding93ls
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm attempting to configure a Slack client with AWS Chatbot in order to send Inspector notifications to a Slack channel.
I'm running a Python script which performs AWS authentication, then creates the chatbot configuration (code snippet below)
I expected the Slack client with the channel to be created on AWS, but upon clicking on AWS Chatbot in the console, no Slack client is configured.
The code just runs without any exception being raised, the info logs are printed, but nothing else happens.
I'm probably missing something, quite new to AWS. Thanks in advance.
Additional info:
Python 3.10
Beta Was this translation helpful? Give feedback.
All reactions