Skip to content

Commit 90dd84a

Browse files
committed
Adding comment regarding SageMaker Studio projects
1 parent 5978361 commit 90dd84a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Which will return the following stacks:
136136
* `ab-testing-pipeline`
137137
* `ab-testing-service-catalog`
138138

139-
3. Deploy the API
139+
3. Deploy the API and Testing infrastructure
140140

141141
Use CDK to deploy the API and Testing infrastructure which creates IAM roles with least privilege to access resources.
142142

@@ -164,7 +164,9 @@ Run the following command to deploy the API and testing infrastructure, optional
164164
cdk deploy ab-testing-api
165165
```
166166

167-
This stack will ask you to confirm any changes, and output the `ApiEndpoint` which you will need for the pipeline stack.
167+
This stack will ask you to confirm any changes, and output the `RegisterLambda` which you will provide to the MLOps Project, and the `ApiEndpoint` which you will provide to the A/B Testing sample notebook.
168+
169+
Amazon SageMaker Studio projects will be granted access to invoke the Register Lambda, so if you are seeing errors running the above command ensure you have [Enable SageMaker project templates for Studio users](https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-projects-studio-updates.html).
168170

169171
## Create the SageMaker MLOps Project Template
170172

0 commit comments

Comments
 (0)