Skip to content

Commit 84bfa66

Browse files
committed
chore: Additional notes for deploying examples
1 parent 473c2ac commit 84bfa66

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

DEVELOP.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ First, install the [AWS CDK CLI](https://docs.aws.amazon.com/cdk/v2/guide/gettin
3333
Request [Bedrock model access](https://us-west-2.console.aws.amazon.com/bedrock/home?region=us-west-2#/modelaccess)
3434
to Anthropic Claude 3.5 Sonnet v2 in region us-west-2.
3535

36+
Note that the examples will be deployed to us-east-2 by default.
37+
You will need to search and replace 'us-east-2' if you want to choose a different region.
38+
3639
Create an IAM role for the example Lambda functions and bootstrap the account for CDK:
3740

3841
```bash
@@ -66,6 +69,9 @@ cdk deploy --app 'node lib/mcp-auth.js'
6669
./sync-cognito-user-password.sh
6770
```
6871

72+
Note the command printed by the last script for retrieving Cognito user credentials.
73+
Those credentials are used to log into the OAuth flow.
74+
6975
Test the OAuth configuration with [oauth2c](https://github.com/cloudentity/oauth2c):
7076

7177
```bash

0 commit comments

Comments
 (0)