AWS Notes
5.6K subscribers
444 photos
42 videos
10 files
2.8K links
AWS Notes — Amazon Web Services Educational and Information Channel

Chat: https://xn--r1a.website/aws_notes_chat

Contacts: @apple_rom, https://www.linkedin.com/in/roman-siewko/
Download Telegram
​​Чатбот на 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
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
​​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!
---
@aws help
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:
@aws service operation --parameter-1 foo --parameter-2 bar
For example, you can type:
@aws cloudwatch describe-alarms --state-value ALARM
Or enter values one parameter at a time by first providing an operation. For example, if you type:
@aws support create-case
I will prompt you for subject, and then you type:
@aws subject Can't ssh to EC2 instance
and 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 --help
To see a list of available AWS services, enter
@aws help services
To see a list of AWS accounts configured for this channel, enter
@aws set default-account
You 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