Skip to content

Commit 6e2c843

Browse files
committed
updated readme for list flows example
1 parent 51f23de commit 6e2c843

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

python/example_code/bedrock-agent/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,18 @@ Optionally, the script can delete the resources that it creates. If you want to
132132

133133

134134

135+
#### List flows
136+
137+
Shows how to List Amazon Bedrock flows, versions of a flow, and aliases of a flow.
138+
139+
Start the example by running the following at a command prompt:
140+
141+
```
142+
python flows/list_flows.py
143+
```
144+
The example first lists the flows in the current AWS Region. It
145+
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.
146+
135147
### Tests
136148

137149
⚠ Running tests might result in charges to your AWS account.

0 commit comments

Comments
 (0)