Working with SQS and SNS: AWS with Python and Boto3 Series

所在平台: Udemy

课程主页: https://www.udemy.com/course/working-with-sqs-and-sns-aws-with-python-and-boto3-series/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:与SQS和SNS合作:AWS与Python和Boto3系列 课程概述:SQS是AWS自2006年推出以来的首个服务,而SNS则是传递通知和消息的最佳方式,能够通过短信、电子邮件、SQS队列或其他AWS应用程序进行传输。在本课程中,您将深入学习AWS的SQS简单队列服务和SNS简单通知服务。课程将按步骤详细介绍我们将要构建的内容,以及您需要在计算机上准备的工具。我们会提供Windows和MacOS用户的两个部分,以便帮助您设置计算机环境,以便能够使用S3。 您将学习如何安装Python和Boto3,并配置这些工具的环境。课程还将逐步指导您创建自己的AWS账户,并为在AWS上工作做好准备。完成环境设置后,我们将开始实现AWS的解决方案。首先,我们将创建SQS的第一个队列,随后学习如何创建FIFO(先进先出)队列以及死信队列,以提高应用程序的韧性。接着,我们会了解在SQS队列上的消息操作,从单个消息到批量消息的发布以及消息的轮询和处理。 课程的下一个阶段是SNS简单通知服务。我们将学习创建SNS主题并实施主题操作,管理这些主题,包括检索信息、更新配置和删除主题。重要的部分是主题的订阅,您可以将任何内容订阅到您的主题并发布通知。我们将实现电子邮件和短信订阅,学习如何确认SNS主题的订阅以及如何管理已选择退出的订阅者。 最后,我们将实现向SNS主题的订阅者发布消息,并验证订阅者是否收到了来自电子邮件、短信和SQS队列的通知。SQS和SNS是AWS提供的出色服务,有着无限的应用可能性。让我们开始实践吧!期待在课程中见到您!

课程评论(0条)

课程详情

SQS is the very first service of AWS when it was launched in 2006.SNS is the best way to transmit notifications and messages to either SMS, Email, SQS Queue or even other applications on AWS! Join me in this course to learn ins-and-outs of SQS Simple Queue Service and SNS Simple Notification Service from AWS! Let's take a closer look at what we're going to cover in this course step-by-step. In this course, we'll start of with what we'll build throughout the course and what you need to have on your computer to follow along with me. Don't worry; I'll explain everything you need very clearly and I'll show you what you need to install and setup on your computer to work with S3. There will be two different sections for Windows and MacOS users. These sections are basically identical and show how you can prepare your computer environment to be ready to work with S3! I'll show you how to install Python, Boto3 and configure your environments for these tools. I'll also show you how you can create your own AWS account step-by-step and you'll be ready to work AWS in no time! When we're done with preparing our environment to work AWS with Python and Boto3, we'll start implementing our solutions for AWS. We'll first start off with SQS Simple Queue Service and create our very first Queue on AWS. After getting our feet wet with the API, we'll learn how we can create FIFO or First-In-First-Out Queues on SQS! Next up is Dead-Letter Queues. Dead-Letter Queues add another layer of resiliency to your applications and helps you maintain them healthy even if your main queue is not available to process the messages. So we'll learn how we can create ourselves a Dead-Letter Queue and then bind to our Main Queue to allow messages to keep coming in case of a failure. Then we'll learn how to operate operations on SQS Queues like retrieving configurations updating them and so on. Next up is the message operations on SQS! We'll learn from publishing single messages to batch messages to our SQS Queues! Once we learn how to send them, we'll implement Polling solution for retrieving and reading the queued messages from AWS! Then we'll learn how to process these messages and eventually learn how to delete them from SQS once we're ready. After that, we'll see how to update the visibility window of messages by manipulating message visibility timeouts. And lastly, we'll learn how to completely wipe the queue by purging it and you'll see how easy it is! Next stop is SNS Simple Notification Service! We'll start by creating SNS Topics and build upon that by learning to implement operations on SNS Topics for managing them. For example, we'll learn how to retrieve information about SNS Topics, update their configurations and eventually delete them. Most important part of SNS comes along and that is Subscriptions! With SNS Topic Subscriptions, you can literally subscribe anything to your Topic and publish notifications and messages to them. We'll start by implementing an Email Subscription to an SNS Topic. And we'll learn to confirm the SNS Topic Subscription from the received email of AWS Notifications. Next is to learn SMS Subscriptions for SNS Topics. I'll subscribe my number and show you how easy it is to subscribe anyone to your SNS Topic! We'll also learn to implement how to subscribe an SQS Queue to an SNS Topic. Once we've done that, we'll learn how we can check opted-out subscribers by filtering and listing them. Then we'll learn the way to opt-in a SMS subscriber back into our SNS Topic Subscription! And when we implement all this, we'll move on with learning to publish messages to our SNS Topic Subscribers! We'll subscribe an Email, SMS number and a SQS Queue in the same time and then publish a message to our SNS Topic! Once we do that, we'll verify that we receive the subscription notification from Email, SMS and SQS Queue! That's a huge benefit of SNS Topic Subscriptions and I highly recommend you to make use of it in your applications and sevices! Again, SQS and SNS are amazing services from AWS and there are hundreds of ways you can make use of them. Let's not lose more time and jump right into the implementation with SQS and SNS so I'll see you in the course!

课程标签

0人关注该课程

主题相关的课程