Support all Step Function task resources
See original GitHub issueAt 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:
- Created 5 years ago
- Reactions:14
- Comments:10 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Another vote for the support for batch!
Support for Glue jobs would also be highly appreciated from my side!