AWS LocalStack SQS - Sending and processing message from Python boto3

preview_player
Показать описание
This video tutorial demonstrates how we can use Python boto3 to send and process messages to and from and AWS SQS Queue.

To install and setup the AWS LocalStack please refer to the following video tutorial.
Рекомендации по теме
Комментарии
Автор

This video helped me to set up my localstack properly, thanks.

karinaklinkeviciute
Автор

The videos on SQS are really good. Could you please upload few videos on SNS also?

TarunSingh-jemy
Автор

Hello, thanks for this tutorial but I have a question. if I want to send a list of numbers to the AWS, to make some mathematical process on these numbers then return the result to the client. The process will be the same of sending text messages?. like if I send 4 45 23 67 8 6 in the message the AWS will take it from SQS as a list of numbers?

mohamadnourbader