-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for AWS Chatbot #3582
Comments
I don't think they have a public API for chatbot as far as I can tell, only Cloudformation support. |
I haven't seen it in the API either – but I'd like to see it there (so it can get in here, and then terraform) |
still waiting for this |
Almost a year later, is there any plan to implement it? |
This presumably will never be implemented if AWS doesn't add the relevant API which AFAIU has not happened. |
I believe (haven't used myself though) that it may be available through the AWS Cloud Control API. I couldn't find a good reference in the AWS docs but you can see that terraform has autogenerated a chatbot slack Config resource from the AWSCC API here: https://registry.terraform.io/providers/hashicorp/awscc/latest/docs/resources/chatbot_slack_channel_configuration |
Having the cli support will be good enhancement. The service seems to offer a lot but if it is to be configured manually then it might end up in maintenance issues. |
They appear to have released this in February. |
Comments on closed issues are hard for our team to see. |
AWS launched AWS Chatbot SDK support. |
aws-sdk-go currently does not have support for AWS Chatbot
Describe the solution you'd like
Addition of AWS Chatbot support.
Describe alternatives you've considered
N/A – CLI is not available.
The text was updated successfully, but these errors were encountered: