Skip to content

Commit 7eb1604

Browse files
author
Abhimanyu Siwach
committed
fix run command in readme
1 parent fdebcc9 commit 7eb1604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ app = BedrockAgentCoreApp()
4343
def production_agent(request):
4444
return my_local_agent(request.get("prompt")) # Same logic, enterprise platform
4545

46-
production_agent.run() # Ready to run on Bedrock AgentCore
46+
app.run() # Ready to run on Bedrock AgentCore
4747
```
4848

4949
**What you get with Bedrock AgentCore:**

0 commit comments

Comments
 (0)