We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487dc37 commit 65f4dfcCopy full SHA for 65f4dfc
aws_lambda_powertools/event_handler/bedrock_agent.py
@@ -12,7 +12,7 @@
12
13
class BedrockResponseBuilder(ResponseBuilder):
14
"""
15
- Bedrock Response Builder. This builds the response dict to be returned by the lambda when using Bedrock Agents.
+ Bedrock Response Builder. This builds the response dict to be returned by Lambda when using Bedrock Agents.
16
17
Since the payload format is different from the standard API Gateway Proxy event, we override the build method.
18
0 commit comments