Skip to content

Commit 8a71790

Browse files
committed
appsync websockets with lambda and bedrock updated readme
1 parent 91fec30 commit 8a71790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appsync-ws-lambda-bedrock-sam/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Important: this application uses various AWS services and there are costs associ
1313
* [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html) installed and configured
1414
* [Git Installed](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
1515
* [AWS Serverless Application Model](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html) (AWS SAM) installed
16-
* [NOTE! Manage Access to Amazon Bedrock Foundation Models](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html)
16+
* [NOTE! Ensure you have access to a model prior to testing ! See Manage Access to Amazon Bedrock Foundation Models](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html)
1717

1818

1919
## Deployment Instructions
@@ -27,7 +27,7 @@ Important: this application uses various AWS services and there are costs associ
2727
```
2828
3. Install dependencies
2929
```
30-
cd src && npm install && cd ..
30+
cd lambda_function && npm install && cd ..
3131
```
3232
4. From the command line, use AWS SAM build to prepare an application for subsequent steps in the developer workflow, such as local testing or deploying to the AWS Cloud:
3333
```

0 commit comments

Comments
 (0)