You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws_lambda_powertools/utilities/data_classes/dynamo_db_stream_event.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ class TypeDeserializer:
18
18
"""
19
19
Deserializes DynamoDB types to Python types.
20
20
21
-
It's based on boto3's [DynamoDB TypeDeserializer](https://boto3.amazonaws.com/v1/documentation/api/latest/_modules/boto3/dynamodb/types.html). # noqa: E501
21
+
It's based on boto3's [DynamoDB TypeDeserializer](https://boto3.amazonaws.com/v1/documentation/api/latest/_modules/boto3/dynamodb/types.html).
22
22
23
23
The only notable difference is that for Binary (`B`, `BS`) values we return Python Bytes directly,
0 commit comments