getindata / kedro-sagemaker

Kedro Plugin to support running pipelines on AWS SageMaker.
https://kedro-sagemaker.readthedocs.io
Apache License 2.0
18 stars 6 forks source link

Kedro-flask-sagemaker #18

Open ayaan-mphasis opened 7 months ago

ayaan-mphasis commented 7 months ago

I want to give a flask app.py as the main file while building docker. The endpoint in this flask will call the kedro cli, build the pipeline and deploy to sagemaker. Does it seem feasible?