Чатбот на Amazon Lex + Lambda:
https://nivleshc.wordpress.com/2020/04/08/create-a-web-chatbot-for-generating-life-insurance-quotes-using-amazon-lex/
Данная #serverless конструкция поднимается и настраивается с нуля до вполне работоспособного продукта за пару дней. Отличный повод завести свой голосовой чатбот!
#Lambda #Lex #ChatBot
https://nivleshc.wordpress.com/2020/04/08/create-a-web-chatbot-for-generating-life-insurance-quotes-using-amazon-lex/
Данная #serverless конструкция поднимается и настраивается с нуля до вполне работоспособного продукта за пару дней. Отличный повод завести свой голосовой чатбот!
#Lambda #Lex #ChatBot
AWS Chatbot в деле:
https://aws.amazon.com/blogs/mt/7-awsome-ways-to-use-aws-chatbot/
Конкретные примеры применения чатбота.
Кто пропустил, AWS Chatbot вырос в полноценный сервис:
https://aws.amazon.com/chatbot/
Сейчас, после стратегического объединения со Slack, это направление наверняка будет особенно хорошо развиваться. Так что очень стоит не просто обратить внимание, а реально попробовать и использовать в процессах. Особенно и тем более, если у вас задействован Slack.
#Chatbot
https://aws.amazon.com/blogs/mt/7-awsome-ways-to-use-aws-chatbot/
Конкретные примеры применения чатбота.
Кто пропустил, AWS Chatbot вырос в полноценный сервис:
https://aws.amazon.com/chatbot/
Сейчас, после стратегического объединения со Slack, это направление наверняка будет особенно хорошо развиваться. Так что очень стоит не просто обратить внимание, а реально попробовать и использовать в процессах. Особенно и тем более, если у вас задействован Slack.
#Chatbot
Amazon
7 AWSome ways to use AWS Chatbot | Amazon Web Services
AWS Chatbot is an interactive agent that makes it easy to monitor and interact with your AWS resources in your Slack channels and Amazon Chime chat rooms. With AWS Chatbot you can receive alerts, run commands to return diagnostic information, invoke AWS Lambda…
AWS Chatbot for Slack now with resource management:
https://aws.amazon.com/about-aws/whats-new/2021/11/aws-chatbot-management-resources-slack/
It used to be just monitoring, but now it's almost a complete AWS CLI!
---
Hello! I am the AWS Chatbot.
I can run most read-only commands for you as defined by the AWS-Managed ReadOnlyAccess policy, invoke Lambda functions, and create Support cases.
You can use standard AWS CLI syntax:
For example, you can type:
Or enter values one parameter at a time by first providing an operation. For example, if you type:
I will prompt you for
and then I will prompt for the next value:
until all required parameters are fulfilled.
You can get help for a service or operation by including
• Service help:
• Operation help:
To see a list of available AWS services, enter
To see a list of AWS accounts configured for this channel, enter
You can provide feedback to AWS Chatbot by using below syntax
===
Very cool, I started writing this myself, because the ChatOps approach is obvious here. And it is extremely convenient, especially for small projects. It is clear that security issues may arise, since there is a vulnerability on the part of Slack. However, this is a different problem.
The last announcement before the start of re:Invent 2021 made me very happy!
#Chatbot
https://aws.amazon.com/about-aws/whats-new/2021/11/aws-chatbot-management-resources-slack/
It used to be just monitoring, but now it's almost a complete AWS CLI!
---
@aws helpHello! I am the AWS Chatbot.
I can run most read-only commands for you as defined by the AWS-Managed ReadOnlyAccess policy, invoke Lambda functions, and create Support cases.
You can use standard AWS CLI syntax:
@aws service operation --parameter-1 foo --parameter-2 barFor example, you can type:
@aws cloudwatch describe-alarms --state-value ALARMOr enter values one parameter at a time by first providing an operation. For example, if you type:
@aws support create-caseI will prompt you for
subject, and then you type:@aws subject Can't ssh to EC2 instanceand then I will prompt for the next value:
@aws communication-body I created an EC2 instance and can't ssh to it. Please help.until all required parameters are fulfilled.
You can get help for a service or operation by including
--help.• Service help:
@aws ec2 --help• Operation help:
@aws lambda invoke --helpTo see a list of available AWS services, enter
@aws help servicesTo see a list of AWS accounts configured for this channel, enter
@aws set default-accountYou can provide feedback to AWS Chatbot by using below syntax
@aws feedback <text>===
Very cool, I started writing this myself, because the ChatOps approach is obvious here. And it is extremely convenient, especially for small projects. It is clear that security issues may arise, since there is a vulnerability on the part of Slack. However, this is a different problem.
The last announcement before the start of re:Invent 2021 made me very happy!
#Chatbot