From c842602dc62881e895f4904073c008683b91757b Mon Sep 17 00:00:00 2001 From: MABatin Date: Sun, 15 Sep 2024 01:52:45 +0600 Subject: [PATCH] remove credentials --- README.md | 2 +- configuration/projectConfig.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ff4c995..d96c02e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This sample project uses a sample machine learning project to showcase how we ca ## Pre-requisite * [Python](https://www.python.org/) (version 3.8 or higher) -* [NodeJS](https://nodejs.org/en/) (version 14 or higher) +* [NodeJS](https://nodejs.org/en/) (version 18 or higher) * [Yarn](https://yarnpkg.com/) (installed via `npm install -g yarn`) * [Typescript](https://www.typescriptlang.org/) (installed via `npm install -g typescript`) * [AWS CDK v2](https://aws.amazon.com/cdk/) CLI (installed via `npm install -g aws-cdk`) diff --git a/configuration/projectConfig.json b/configuration/projectConfig.json index 1a94610..0c4492b 100644 --- a/configuration/projectConfig.json +++ b/configuration/projectConfig.json @@ -2,9 +2,9 @@ "projectName": "mlops-e2e", "repoType": "git", "git": { - "githubConnectionArn": "arn:aws:codestar-connections:ap-southeast-1:118831243922:connection/58c98327-d721-4c9a-8ecf-9dfdff102e0a", - "githubRepoOwner": "MABatin", - "githubRepoName": "mlops-e2e" + "githubConnectionArn": "", + "githubRepoOwner": "", + "githubRepoName": "" }, "modelEndpointExportNamePrefix": "ModelHostingEndpoint", "ipPermitList": [