aws-step-functions-data-science-sdk-python icon indicating copy to clipboard operation
aws-step-functions-data-science-sdk-python copied to clipboard

Allow drop-in states language

Open cshumaker-irb opened this issue 2 years ago • 1 comments

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.

cshumaker-irb avatar Mar 10 '22 02:03 cshumaker-irb

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

wong-a avatar Jun 02 '23 15:06 wong-a