Skip to content

Commit b7865a8

Browse files
sebsto0xTim
andauthored
typo
Co-authored-by: Tim Condon <[email protected]>
1 parent 2bff0a9 commit b7865a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Streaming/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ aws lambda create-function \
5252
```
5353

5454
> [!IMPORTANT]
55-
> The timeout value must be bigger than the time it takes for your function to stream its output. Otherwise, the Lambda control plane will terminate the execution environment before your code has a chance to finish writing the stream. Here, teh sample function stream responses during 10 seconds and we set the timeout for 15 seconds.
55+
> The timeout value must be bigger than the time it takes for your function to stream its output. Otherwise, the Lambda control plane will terminate the execution environment before your code has a chance to finish writing the stream. Here, the sample function stream responses during 10 seconds and we set the timeout for 15 seconds.
5656
5757
The `--architectures` flag is only required when you build the binary on an Apple Silicon machine (Apple M1 or more recent). It defaults to `x64`.
5858

0 commit comments

Comments
 (0)