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
Update bedrock-agent writeme using writeme.py and manually moving paragraphs in incorrect segments to correct custom blocks. Some information was lost, for list flows, which does not have a current scenario in metadata.
Copy file name to clipboardExpand all lines: python/example_code/bedrock-agent/README.md
+70-72Lines changed: 70 additions & 72 deletions
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,19 @@
2
2
3
3
## Overview
4
4
5
-
Shows how to use the AWS SDK for Python (Boto3) to work with Amazon Bedrock agents, flows, and managed prompts.
5
+
Shows how to use the AWS SDK for Python (Boto3) to work with Amazon Bedrock Agents.
6
6
7
7
<!--custom.overview.start-->
8
8
<!--custom.overview.end-->
9
9
10
10
_Amazon Bedrock Agents offer you the ability to build and configure autonomous agents in your application._
11
11
12
-
13
-
14
12
## ⚠ Important
15
13
16
-
* Running this code might result in charges to your AWS account. For more details, see [AWS Pricing](https://aws.amazon.com/pricing/) and [Free Tier](https://aws.amazon.com/free/).
17
-
* Running the tests might result in charges to your AWS account.
18
-
* We recommend that you grant your code least privilege. At most, grant only the minimum permissions required to perform the task. For more information, see [Grant least privilege](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#grant-least-privilege).
19
-
* This code is not tested in every AWS Region. For more information, see [AWS Regional Services](https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services).
14
+
- Running this code might result in charges to your AWS account. For more details, see [AWS Pricing](https://aws.amazon.com/pricing/) and [Free Tier](https://aws.amazon.com/free/).
15
+
- Running the tests might result in charges to your AWS account.
16
+
- We recommend that you grant your code least privilege. At most, grant only the minimum permissions required to perform the task. For more information, see [Grant least privilege](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#grant-least-privilege).
17
+
- This code is not tested in every AWS Region. For more information, see [AWS Regional Services](https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services).
20
18
21
19
<!--custom.important.start-->
22
20
<!--custom.important.end-->
@@ -43,47 +41,46 @@ Code excerpts that show you how to call individual service functions.
When prompted, enter the genre of music and the number of songs you want
140
122
in the playlist.
141
123
Optionally, the script can delete the resources that it creates. If you want to use the flow later, such as in the Amazon Bedrock console, enter `n` when the script prompts you to delete resources. Note that you will then need to manually delete the resources.
The example first lists the flows in the current AWS Region. It
155
-
then prompts for a flow ID, which you can get from the list of flows. Finally, the example lists the flow versions and flow aliases for the flow ID that you entered.
0 commit comments