Skip to content

Commit 7fce037

Browse files
authored
fix(documentation): update python code snippet for agent alias (#434)
1 parent beec86d commit 7fce037

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cdk-lib/bedrock/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -586,9 +586,9 @@ agent.addAlias({
586586
Python
587587

588588
```python
589-
agent.add_alias(self, 'ProdAlias',
590-
alias_name='prod',
591-
agent_version='12'
589+
agent.add_alias(
590+
alias_name='prod',
591+
agent_version='12'
592592
)
593593
```
594594

0 commit comments

Comments
 (0)