hey hey :wave: is <this extension template> still ...
# dev-metaflow
n
hey hey 👋 is this extension template still up to date? i want to write a custom stepfunctions plugin to add support for the creation of deployed flows from aws stepfunctions state machine without the need of referencing the local .py flow file (like its already done for argo)
✅ 1
r
Yes, the extensions are fairly durable and not much has changed. You can write your extension based on it.
thankyou 1
👌 1
n
if anyone's interested, here's a first draft of a step functions plugin that implements the
from_deployment
pattern it's tested e2e but could probably use some polish