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: docs/content/index.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Utility | Description
74
74
[Bring your own middleware](.//utilities/middleware_factory) | Decorator factory to create your own middleware to run logic before, and after each Lambda invocation
75
75
[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
76
76
[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.
0 commit comments