
This sample project demonstrates how to use Step Functions to pre-process data with AWS Lambda & store in S3, train a ML model & implement batch transformation through Sagemaker. Deploying this sample project will create an AWS Step Functions state machine, a Lambda function, S3 bucket along with required IAM roles & Log Group.

git clone https://github.com/aws-samples/step-functions-workflows-collection/tree/main/train-ml-model/cd step-functions-workflows-collection/train-ml-model
sam deploy -guided
sam delete.