Тёмный

AWS Step Functions with SQS Tutorial | Step by Step Guide 

Be A Better Dev
Подписаться 233 тыс.
Просмотров 27 тыс.
50% 1

Опубликовано:

 

29 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 14   
@vaib5917
@vaib5917 Год назад
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!
@BeABetterDev
@BeABetterDev Год назад
Hi Vaib, this is possible but you would need to use something a Lambda function to poll the message from the SQS queue and invoke the step function. Hope this helps
@akhiill540
@akhiill540 2 года назад
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.
@sangeetagentyal3702
@sangeetagentyal3702 2 года назад
how to write that 'QueueUrl' in cloud-formation template?
@Mo7dBa7rani
@Mo7dBa7rani 4 года назад
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.
@BeABetterDev
@BeABetterDev 4 года назад
Hi Mo7dBa7rani, Good question. You will definitely need *something* to trigger the start of the step function. A lambda is definitely a low cost and an effective way to do this. I'm not sure if your use case warrants this, but you can possibly get rid of your SQS and use the S3 PUT notification to trigger a Lambda directly. In the Lambda you would start the Step Function execution like normal. The S3 notification will contain the data about the file that was uploaded if you need additional context when starting the step function. I have a tutorial on S3 PUT -> Lambda trigger here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-H_rRlnSw_5s.html You can possibly combine the above video with this video on starting a Step Function from Lambda: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-kpuqc_7DQZA.html Hope this helps!
@Mo7dBa7rani
@Mo7dBa7rani 4 года назад
AWS Simplified thanks for the fast reply, I’m doing some experiments on that and used sqs to manage the high number of requests that my concurrent won’t handle. It’s for a project that I’ll upload in SAR. Thanks for the help..
@BeABetterDev
@BeABetterDev 4 года назад
Ah I see then SQS makes a lot of sense! No problem!
@utkarshnag7334
@utkarshnag7334 6 месяцев назад
I am getting this error Cannot read properties of undefined (reading 'bindToGraph')
@andreasluckert3827
@andreasluckert3827 Год назад
That's a good one, straight to the point!
@lal_1404
@lal_1404 11 месяцев назад
excellent, thanks for the wonderful video's they are excellent and knowledgable .
@TonyStark-v2w
@TonyStark-v2w Год назад
I am not able to view the messages I got but I can see the message count
@adsl0304
@adsl0304 4 года назад
Thanks for this video..could you pls help in one requirement where I need to call Step Function from Lambda Function In java.
@BeABetterDev
@BeABetterDev 4 года назад
Thanks Rumit for the suggestion - I will add it to my backlog.
Далее
荧光棒的最佳玩法UP+#short #angel #clown
00:18
Build a Serverless Workflow with AWS Step Functions
39:42