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
- Transparent handling of both compressed and uncompressed documents in Lambda functions
14
14
- Temporary S3 storage for compressed document state with automatic cleanup via lifecycle policies
15
15
-**New Utility Methods**:
16
-
-`Document.handle_input_document()`: Automatically detects and decompresses document input from Lambda events
17
-
-`Document.prepare_output()`: Automatically compresses large documents for Lambda responses
16
+
-`Document.load_document()`: Automatically detects and decompresses document input from Lambda events
17
+
-`Document.serialize_document()`: Automatically compresses large documents for Lambda responses
18
18
-`Document.compress()` and `Document.decompress()`: Compression/decompression methods
19
-
-**Lambda Function Integration**: All Pattern-2 and Pattern-3 Lambda functions updated to use compression utilities
19
+
-**Lambda Function Integration**: All relevant Lambda functions updated to use compression utilities
20
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