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
- Automatic compression (default trigger threshold of 0KB enables compression by default)
13
13
- Transparent handling of both compressed and uncompressed documents in Lambda functions
14
-
- Section ID preservation in compressed payloads for Step Functions Map operations
15
14
- Temporary S3 storage for compressed document state with automatic cleanup via lifecycle policies
16
15
-**New Utility Methods**:
17
16
-`Document.handle_input_document()`: Automatically detects and decompresses document input from Lambda events
18
17
-`Document.prepare_output()`: Automatically compresses large documents for Lambda responses
19
-
-`Document.compress()` and `Document.decompress()`: Manual compression/decompression methods
18
+
-`Document.compress()` and `Document.decompress()`: Compression/decompression methods
20
19
-**Lambda Function Integration**: All Pattern-2 and Pattern-3 Lambda functions updated to use compression utilities
21
20
-**Resolves Step Functions Errors**: Eliminates "result with a size exceeding the maximum number of bytes service limit" errors for large multi-page documents
0 commit comments