Skip to content

Commit 65f4dfc

Browse files
Update aws_lambda_powertools/event_handler/bedrock_agent.py
Co-authored-by: Heitor Lessa <[email protected]> Signed-off-by: Ruben Fonseca <[email protected]>
1 parent 487dc37 commit 65f4dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/event_handler/bedrock_agent.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class BedrockResponseBuilder(ResponseBuilder):
1414
"""
15-
Bedrock Response Builder. This builds the response dict to be returned by the lambda when using Bedrock Agents.
15+
Bedrock Response Builder. This builds the response dict to be returned by Lambda when using Bedrock Agents.
1616
1717
Since the payload format is different from the standard API Gateway Proxy event, we override the build method.
1818
"""

0 commit comments

Comments
 (0)