Step Function Use Case

0

Hello All,

We have aurora postgres cluster up and running . We have lot of procedures in it. Is there a way to call procedure from Step function .

If we need to use lambda to call procedure , then we have some procedure taking more than 15 mins for completion so in that case how lambda will be able to send back information to step function that procedure in finished ?

3 回答
1

An alternative to Lambda would be to run an ECS Task in Fargate. This can be triggered from Step Functions and can run for longer than 15 minutes.

https://docs.aws.amazon.com/step-functions/latest/dg/connect-ecs.html

profile pictureAWS
专家
Chris_G
已回答 1 年前
0

I tried using python shell. Thanks . Not getting option to accept answer

已回答 1 年前
  • You should be able to upvote an answer with the thumbs up icon.

0

You can also Glue Python Shell job. With 0.0625 DPU the cost of running a Glue Python Shell not too much different than running a AWS Lambda function and a Glue Python shell has no time limitation. So a long running Python based job can be ported to Glue Python Shell based job easily. Step function can also use .sync integration pattern with it. https://docs.amazonaws.cn/en_us/step-functions/latest/dg/connect-glue.html

AWS
Vivek_S
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则