Skip to content

Commit

Permalink
Merge pull request #60 from UMLCloudComputing/cleanup-readme-test
Browse files Browse the repository at this point in the history
chore(docs): update README with more .env parameters + delete test file
  • Loading branch information
ultralapse authored Jun 17, 2024
2 parents b998870 + 8a3fd28 commit 20a0e21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ Public Key:


7. Save them in a `.env` file like the one below:
(Note: You can use the same IAM user for Bedrock, CDK, and S3 if you wish.)

Example of `.env` file.
```
Expand All @@ -140,6 +141,8 @@ LAMBDA_FUNC=<name of your lambda function (can be anything)>
BEDROCK_ID=<bedrock IAM user ID>
BEDROCK_KEY=<bedrock IAM user key>
KNOWLEDGE_BASE_ID=<Amazon Bedrock Knowledge Base ID. Put AZR9D11EGV if you don't have your own Knowledge Base>
S3_ID=<S3 IAM user ID>
S3_Key=<S3 IAM user key>
```
8. Finally, run `cdk bootstrap` to setup the cdk project.

Expand Down
16 changes: 0 additions & 16 deletions test_request.json

This file was deleted.

0 comments on commit 20a0e21

Please sign in to comment.