- Newest
- Most votes
- Most comments
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
I tried using python shell. Thanks . Not getting option to accept answer
answered 4 years ago
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
answered 4 years ago

You should be able to upvote an answer with the thumbs up icon.