aws-samples / mlops-e2e

MLOps End-to-End Example using Amazon SageMaker Pipeline, AWS CodePipeline and AWS CDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to get manifest.json.zip ?

harshilprajapati96 opened this issue · comments

I'm trying to follow your tutorial, I've created the cloud formation stack and copied the csv to the S3 folder. Not sure where do I get manifest.json.zip?

Hi Harshil,

The CloudFormation Stack also deployed a [Lambda function](https://github.com/aws-samples/mlops-e2e/blob/main/infrastructure/functions/dataSourceMonitor/index.ts and a Source Data Manifest Bucket. The lambda will be triggered to generate the manifest.json.zip and upload to the data manifest bucket automatically when data is uploaded to the data bucket.

If you go to AWS CodePipeline console, you should see a SourceData step in the Source stage, clicking on the Amazon S3 link should open a browser tab for the manifest.json.zip file S3 location.

Screen Shot 2021-08-18 at 7 18 49 AM