Working with Amazon SQS in Python using Boto3

Описание к видео Working with Amazon SQS in Python using Boto3

This video demonstrates how to manage Amazon SQS queues and process Amazon SQS messages in Python using the Boto3 library.

The entire course content is available for you at: https://hands-on.cloud/quick-introduc....

The supporting blog article is available at: https://hands-on.cloud/working-with-s....

This video has been created using Synthesia: https://hands-on.cloud/recommends/syn....

Boto3 documentation for Amazon SQS (client): https://boto3.amazonaws.com/v1/docume...

Boto3 documentation for Amazon SQS (resource): https://boto3.amazonaws.com/v1/docume...

00:00 - Intro
00:16 - Prerequisites
00:35 - What is Amazon Simple Queue Service (Amazon SQS)?
01:28 - How to connect to Amazon SQS using Boto3?
01:50 - How to create an Amazon SQS queue using Boto3?
03:10 - How to create an Amazon SQS FIFO queue using Boto3?
04:28 - How to list Amazon SQS queues using Boto3?
04:54 - How to filter Amazon SQS queues using Boto3?
05:22 - How to get the Amazon SQS queue URL using Boto3?
05:38 - How to delete the Amazon SQS queue using Boto3?
05:58 - How to purge the Amazon SQS queue using Boto3?
06:17 - How to set Amazon SQS queue attributes using Boto3?
07:08 - How to list Amazon SQS queue tags using Boto3?
07:24 - How to set Amazon SQS queue permissions using Boto3?
08:27 - How to remove permissions from the Amazon SQS queue using Boto3?
08:50 - How to send messages to the Amazon SQS queue using Boto3?
10:01 - How to read and delete messages from the Amazon SQS queue using Boto3?
10:28 - How to enable Amazon SQS queue long polling using Boto3?
10:59 - How to get Amazon SQS queue message attributes using Boto3?

Комментарии

Информация по комментариям в разработке