Skip to content

Commit 9b48e61

Browse files
author
Tom McCarthy
committed
docs: fix typo in DynamoDB example
1 parent 5a6a74c commit 9b48e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/utilities/data_classes.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ attributes values (`AttributeValue`), as well as enums for stream view type (`St
109109
(`DynamoDBRecordEventName`).
110110

111111
```python:title=lambda_app.py
112-
from aws_lambda_powertools.utilities.data_classes import DynamoDBStreamEvent, StreamViewType
112+
from aws_lambda_powertools.utilities.data_classes import DynamoDBStreamEvent, DynamoDBRecordEventName
113113

114114
def lambda_handler(event, context):
115115
event = DynamoDBStreamEvent(event)

0 commit comments

Comments
 (0)