AWS chatbot documentation change
Summary
Added SSM Automation runbooks as a configurable target for custom actions and updated runbook-related terminology
Security assessment
The change expands supported action types but doesn't explicitly reference security vulnerabilities or security-specific features. While SSM Automation can be used for security tasks, the documentation update focuses on general functionality expansion rather than security controls or advisories.
Diff
diff --git a/chatbot/latest/adminguide/custom-actions.md b/chatbot/latest/adminguide/custom-actions.md index d7a6f7781..bdcf06b97 100644 --- a//chatbot/latest/adminguide/custom-actions.md +++ b//chatbot/latest/adminguide/custom-actions.md @@ -9 +9 @@ AWS Chatbot is now Amazon Q Developer. [Learn more](./service-rename.html) -Custom actions are preconfigured buttons you add to custom and default notifications. These actions allow you to automate commonly used DevOps processes and incident response tasks. When you create a custom action, you configure your action button to run either a CLI command or a Lambda function. Action targets can be paramaterized by using the parameters available in your notification metadata. You can use custom actions to retrieve telemetry information, run an automation runbook, and notify team members. When an issue arises, you can take action directly from your notifications. Custom actions are available in Amazon Q Developer configurations for Microsoft Teams and Slack. +Custom actions are preconfigured buttons you add to custom and default notifications. These actions allow you to automate commonly used DevOps processes and incident response tasks. When you create a custom action, you configure your action button to run either a CLI command, a Lambda function, or an SSM Automation runbook. Action targets can be paramaterized by using the parameters available in your notification metadata. You can use custom actions to retrieve telemetry information, run runbooks, and notify team members. When an issue arises, you can take action directly from your notifications. Custom actions are available in Amazon Q Developer configurations for Microsoft Teams and Slack.