Skip to content

Commit 8586c2a

Browse files
heitorlessarubenfonseca
authored andcommitted
docs(limitations): add new section to call out known issues
1 parent 60d3d86 commit 8586c2a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/utilities/streaming.md

+8
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,11 @@ Create an input payload using `io.BytesIO` and assert the response of the transf
146146
```python hl_lines="16"
147147
--8<-- "examples/streaming/src/assert_transformation_module.py"
148148
```
149+
150+
## Known limitations
151+
152+
### AWS X-Ray segment size limit
153+
154+
We make multiple API calls to S3 as you read chunks from your S3 object. If your function is decorated with [Tracer](./../core/tracer.md), you can easily hit [AWS X-Ray 64K segment size](https://docs.aws.amazon.com/general/latest/gr/xray.html#limits_xray) when processing large files.
155+
156+
!!! tip "Use tracer decorators in parts where you don't read your `S3Object` instead."

0 commit comments

Comments
 (0)