We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8958c8 commit 3c63c24Copy full SHA for 3c63c24
aws_lambda_powertools/event_handler/bedrock_agent.py
@@ -66,6 +66,8 @@ def simple_get():
66
@tracer.capture_lambda_handler
67
def lambda_handler(event, context):
68
return app.resolve(event, context)
69
+ ```
70
+
71
"""
72
73
current_event: BedrockAgentEvent
0 commit comments