Create your AWS Step Functions workflows with AWS CDK

preview_player
Показать описание
In this video, you will learn how to create your workflows with AWS CDK.

📹 Related videos:

#foobar #serverless

☆☆ FOLLOW ME ONLINE ☆☆

📷 Instagram: foobar_codes

☆☆ ABOUT FOOBAR ☆☆
In this channel, you can find mostly coding tutorials related to cloud and serverless.
In addition, I like also talking about architecture, software design, motivation, and leadership.
There is a new video every Tuesday, so stay tuned :)

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

I have to agree with you. I love CDK, but I find building step functions with it to be rather difficult. Two bits that I find really hard are all the data flow and transformation instructions - all the crazy dollar signs you need to put in apparently random places - and what to do when you don't have just a straightforward, beginning-to-end flow. What about multiple branches? Maps? Loops? I find it much easier to use the Step Function studio on a "development" state machine that uses dummy lambdas etc., then download the ASL and commit to git. I still don't like this process, and I hope the step function team improves it... but I find it more intuitive than the pure CDK way.

gbisaga
Автор

In your experience, do you use Step Functions Express or Standard? I want to implement it as a microservice to see how it goes. Saludos desde Puerto Rico

enriquecordero
Автор

Please make an video in AWS Amplify with GitHub actions deploy any application and show an demo

jayasuriyap