File tree 4 files changed +14
-0
lines changed
aws_lambda_powertools/utilities
4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ """
2
+ The streaming utility handles datasets larger than the available memory as streaming data.
3
+ !!! abstract "Usage Documentation"
4
+ [`Streaming`](../utilities/streaming.md)
5
+ """
6
+
1
7
from aws_lambda_powertools .utilities .streaming .s3_object import S3Object
2
8
3
9
__all__ = ["S3Object" ]
Original file line number Diff line number Diff line change 1
1
"""
2
2
Typing for developer ease in the IDE
3
+ !!! abstract "Usage Documentation"
4
+ [`Typing`](../utilities/typing.md)
3
5
"""
4
6
5
7
from .lambda_context import LambdaContext
Original file line number Diff line number Diff line change
1
+ <!-- markdownlint-disable MD043 MD041 -->
2
+ ::: aws_lambda_powertools.utilities.streaming.s3_object
3
+ ::: aws_lambda_powertools.utilities.streaming.transformations.csv
4
+ ::: aws_lambda_powertools.utilities.streaming.transformations.gzip
5
+ ::: aws_lambda_powertools.utilities.streaming.transformations.zip
Original file line number Diff line number Diff line change 63
63
# - Casual to regular contributor: contributing/tracks/casual_regular_contributor.md
64
64
# - Customer to advocate: contributing/tracks/customer_advocate.md
65
65
- API Documentation :
66
+ - Streaming : api_doc/streaming.md
66
67
- Typing : api_doc/typing.md
67
68
- Validation : api_doc/validation.md
68
69
You can’t perform that action at this time.
0 commit comments