-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support all Step Function task resources #1314
Support all Step Function task resources #1314
Comments
Curious if there is any known ETA/vague roadmap on this? In particular, interested in AWS batch (for this project), and ECS/Fargate (for future projects) |
Have updated the package `@aws-cdk/aws-stepfunctions-tasks` to include support for SageMaker APIs as per documentation here: https://docs.aws.amazon.com/step-functions/latest/dg/connect-sagemaker.html Includes support for the following Amazon SageMaker API calls: * `CreateTrainingJob` * `CreateTransformJob` Partially remediates #1314
Have updated the package `@aws-cdk/aws-stepfunctions-tasks` to include support for SageMaker APIs as per documentation here: https://docs.aws.amazon.com/step-functions/latest/dg/connect-sagemaker.html Includes support for the following Amazon SageMaker API calls: * `CreateTrainingJob` * `CreateTransformJob` Partially remediates aws#1314
I am curious when glue job can be supported here? |
Support for Glue jobs would also be highly appreciated from my side! |
This is open for contribution. We are not currently working on this. |
Support for batch would be super helpful to our team. |
Another vote for the support for batch! |
Also for me there is a need for Batch Support. is it going to be implemented soon? |
Hi, I have created a PR for adding Batch Support #6396 |
In an effort to break this further and track implementation of each separately, and, to track the +1s better, I've created separate tasks for the remaining items here -
If you're still waiting for any of these, kindly transfer your +1s to these separate issues. Thanks in advance! |
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:
The text was updated successfully, but these errors were encountered: