Skip to content

Commit f81346b

Browse files
MantisusCopilot
andauthored
Update docs/deployment/aws_lambda.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a6e6290 commit f81346b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/deployment/aws_lambda.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Wrap the crawler logic in a `lambda_handler` function. This is the entry point t
3030

3131
Make sure to always instantiate a new crawler for every Lambda invocation. AWS keeps the environment running for some time after the first execution (to reduce cold-start times), so subsequent calls may access an already-used crawler instance.
3232

33-
**TLDR: Keep your Lambda stateless.**
33+
**TL;DR: Keep your Lambda stateless.**
3434

3535
:::
3636

0 commit comments

Comments
 (0)