Running commands using AWS Chatbot
AWS Chatbot tracks your use of command options and prompts you for any missing parameters before it runs the command you want.
For example, if you enter @aws lambda get-function
with no further arguments,
the Chatbot requests the function name. Then, run the @aws lambda list-functions
command, find the function name you need, and re-run the first command with the corrected option.
Add more parameters for the initial command with @aws function-name
. AWS Chatbot parses your commands and helps you complete the
correct syntax so it can run the complete AWS CLI command.name