AWS Step Functions with SQS Tutorial | Step by Step Guide

preview_player
Показать описание
In this tutorial, I show you how to set up an AWS Step Function that sends a message to SQS . This is using AWS' direct SQS integration as part of a Step Function Task, as opposed to using a transformation layer like a lambda function. I start out by creating a SQS Queue, followed by creating the Step Function State Machine and writing the ASL orchestration code. From there, I input a sample event that executes the Step Function, and finally we verify the record is pushed to the Queue.

📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚

🎙 MY RECORDING EQUIPMENT 🎙

💻 MY DESKTOP EQUIPMENT 💻

📚 References:

☁Topics covered include:
SQS Queue Creation
Step Function Creation
Step Function ASL Definition
Step Function IAM Role for writing to SQS
Step Function Input Event

🌎 Find me here:

#AWS
#SQS
#StepFunctions
Рекомендации по теме
Комментарии
Автор

That's a good one, straight to the point!

andreasluckert
Автор

excellent, thanks for the wonderful video's they are excellent and knowledgable .

lal_
Автор

Hi, Thank you for this great tutorial. Just wanted to know if it's possible to have the reverse scenario whereby StepFunction gets auto triggered upon receiving a message in certain SQS. Thanks!

vaib
Автор

Thanks man for the video, I have the opposite situation, I have messages from SQS and I want to pass them to StepFunctions, how can I do that? do I need a lambda to trigger this job? or I can pass them directly to StepFunctions from the SQS queue? The msg I have is an S3 notification from a PUT request to give you more visibility about what I'm asking for.

ModBarani
Автор

hi iam recieving sqs messages through lambda trigger in event.records, how can i send that event.records data to another lambda and process its job through step functions.

akhiill
Автор

I am getting this error

Cannot read properties of undefined (reading 'bindToGraph')

utkarshnag
Автор

how to write that 'QueueUrl' in cloud-formation template?

sangeetagentyal
Автор

I am not able to view the messages I got but I can see the message count

TonyStark-vw
Автор

Thanks for this video..could you pls help in one requirement where I need to call Step Function from Lambda Function In java.

adsl
welcome to shbcf.ru