Skip to content

Commit 0cd03da

Browse files
committed
chore: link
1 parent 4ea458b commit 0cd03da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lambda-runtime/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ lambda_runtime::run_concurrent(service_fn(my_handler)).await?;
3030
For a complete working example, see [examples/basic-lambda-concurrent](https://github.com/aws/aws-lambda-rust-runtime/tree/main/examples/basic-lambda-concurrent). For detailed guidance on building functions for multi-concurrency, including shared state patterns and database connection pools, see the [Rust runtime for Lambda Managed Instances](https://docs.aws.amazon.com/lambda/latest/dg/lambda-managed-instances-rust.html) documentation.
3131
>>>>>>> f0f4e6c (chore: adding thanks and link)
3232
33-
We would like also to involve the community in a broader discussion about improving our approach on multiconcurrency. You can find the discussion in ([#1120])(https://github.com/aws/aws-lambda-rust-runtime/issues/1120)
33+
We would like also to involve the community in a broader discussion about improving our approach on multiconcurrency. You can find the discussion in ([#1120](https://github.com/aws/aws-lambda-rust-runtime/issues/1120))
3434

3535
### Added
3636

0 commit comments

Comments
 (0)