question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support all Step Function task resources

See original GitHub issue

At the moment, step functions only support Lambda and Action, it would be awesome to add support for the rest of the resources as described here: https://docs.aws.amazon.com/step-functions/latest/dg/connectors-supported-services.html:

Namely:

  • AWS Batch
  • Amazon DynamoDB
  • Amazon ECS/Fargate
  • Amazon SNS
  • Amazon SQS
  • AWS Glue
  • Amazon SageMaker

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:14
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
tomomanocommented, Jan 21, 2020

Another vote for the support for batch!

3reactions
moserdacommented, Oct 9, 2019

Support for Glue jobs would also be highly appreciated from my side!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Task - AWS Step Functions
All work in your state machine is done by tasks. A task performs work by using an activity or an AWS Lambda function,...
Read more >
awsdocs/aws-step-functions-developer-guide - GitHub
This allows Step Functions to start a new execution of a state machine directly from the task state of a running execution. When...
Read more >
Serverless Orchestration Workflows w/ AWS Step Functions
AWS Step Functions lets you coordinate individual tasks into a visual workflow, so you can build and update apps quickly. The workflows you ......
Read more >
Orchestration examples with Step Functions - Amazon Lambda
All work in your Step Functions state machine is done by Tasks . A Task performs work by using an activity, a Lambda...
Read more >
The Ultimate Guide to AWS Step Functions - Dashbird
Using timeouts will help you avoid stuck executions since there are no default timeouts in Step Function tasks. Moreover, Step Functions rely on ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found