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

Allow drop-in states language #186

Open cshumaker-irb opened 2 years ago

cshumaker-irb commented 2 years ago

There are gaps in the SDK and as more services and features are adding, updates to states language is going to continue to happen before this repo. There should be a way to easily patch in your own additions (such as ResultSelector) in the interim period.

The limitations on this SDK could be justified as "validation" which is a great thing to have prior to deployment. However, field constraints should only inhibit those who want to validate classes themselves. Extending the library is too much to ask for when folks just need things to work and know that it's supported in states language.

wong-a commented 1 year ago

Thanks for the feature request. An escape hatch to allow any ASL features directly makes sense to have