Amazon Web Services Step Functions in Action

preview_player
Показать описание
This demo is part of "Serverless Workflow Management using AWS Step Functions" course linked below, the demo shows running executions against a state-machine driving the business process in different directions according to inputs.

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

Thanks for the link..


Now another question... please... I have a Lambda function when use require-promise for make various calls to endpoints… for finally get a responses array through of promise chain (Promise.all)… After executing this lambda and work normally… All right up here.


But now need split this lambda in two lambda for intercommunicate this using Step Functions… but my first lambda no work...

Is it necessary to consider asynchronization techniques? Will I have to change my code to work between steps functions??




Thanks!

yuanmiau
Автор

Hello please also need know like work with various lambda... have one question: Can use differentes Cloud Events (Each X minutes) for execute my Step Functions with different entries?

yuanmiau
Автор

Hello Mahmoud, Where can I see the source code for the step function?

AjitGoel