Skip to content

Commit 902c8db

Browse files
author
Tom McCarthy
committed
fix: Correct description for data classes util
1 parent 712cd56 commit 902c8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Utility | Description
7474
[Bring your own middleware](.//utilities/middleware_factory) | Decorator factory to create your own middleware to run logic before, and after each Lambda invocation
7575
[Parameters utility](./utilities/parameters) | Retrieve parameter values from AWS Systems Manager Parameter Store, AWS Secrets Manager, or Amazon DynamoDB, and cache them for a specific amount of time
7676
[Typing utility](./utilities/typing) | Static typing classes to speedup development in your IDE
77-
[Event source data classes](./utilities/data_classes) - Batch processing for AWS SQS, handles partial failure.
77+
[Event source data classes](./utilities/data_classes) - Data classes describing the schema of common Lambda event triggers.
7878

7979
## Environment variables
8080

0 commit comments

Comments
 (0)