You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[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)
17
17
18
18
19
19
## Deployment Instructions
@@ -27,7 +27,7 @@ Important: this application uses various AWS services and there are costs associ
27
27
```
28
28
3. Install dependencies
29
29
```
30
-
cd src && npm install && cd ..
30
+
cd lambda_function && npm install && cd ..
31
31
```
32
32
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:
0 commit comments