Skip to content

Commit

Permalink
remove credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
MABatin committed Sep 14, 2024
1 parent 849fca7 commit c842602
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down
6 changes: 3 additions & 3 deletions configuration/projectConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit c842602

Please sign in to comment.