Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3c63c24

Browse files
authoredJan 18, 2024
refactor(event_handler): fix BedrockAgentResolver docstring (#3645)
Fixing docs
1 parent c8958c8 commit 3c63c24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎aws_lambda_powertools/event_handler/bedrock_agent.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ def simple_get():
6666
@tracer.capture_lambda_handler
6767
def lambda_handler(event, context):
6868
return app.resolve(event, context)
69+
```
70+
6971
"""
7072

7173
current_event: BedrockAgentEvent

0 commit comments

Comments
 (0)
Please sign in to comment.