aws / aws-step-functions-data-science-sdk-python

Step Functions Data Science SDK for building machine learning (ML) workflows and pipelines on AWS
Apache License 2.0
285 stars 87 forks source link

Feature Request: EKS support #106

Closed msebbar closed 3 years ago

msebbar commented 3 years ago

AWS Stepfunctions now support AWS EKS. It would be very helpful to have this service implemented into the SDK.

wong-a commented 3 years ago

Thanks for the feature request!

To clarify, you're just looking for a service integration Step like we have for DynamoDB, SQS, SNS, and EMR, right? https://aws-step-functions-data-science-sdk.readthedocs.io/en/latest/services.html

If you (or anyone) is up for it, contributions are more than welcome 😄 . Here's an example of adding EMR Steps: https://github.com/aws/aws-step-functions-data-science-sdk-python/pull/12/files

Until then, you should be able to use any service integration not implemented in the SDK by using the base Task class and providing the parameters and resource ARN of the service integration yourself.

ca-nguyen commented 3 years ago

Support for Amazon EKS will be included in next release with #156