This plugin enables you to run Kedro projects on Amazon SageMaker. Simply install the package and use the provided kedro sagemaker commands to build, push, and run your project on SageMaker.
For detailed documentation refer to https://kedro-sagemaker.readthedocs.io/
Usage: kedro sagemaker [OPTIONS] COMMAND [ARGS]...
Options:
  -e, --env TEXT  Environment to use.
  -h, --help      Show this message and exit.
Commands:
  compile  Compiles the pipeline to a JSON file
  init     Creates basic configuration for Kedro SageMaker plugin
  run      Runs the pipeline on SageMaker Pipelines
Follow quickstart section on kedro-sagemaker.readthedocs.io to see how to run your Kedro project on AWS SageMaker or watch the video below:
 
