Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Rust Lambda Use Single-Threaded Runtime #16

Closed
miles-po opened this issue Dec 3, 2021 · 0 comments · Fixed by #15
Closed

Make Rust Lambda Use Single-Threaded Runtime #16

miles-po opened this issue Dec 3, 2021 · 0 comments · Fixed by #15

Comments

@miles-po
Copy link
Contributor

miles-po commented Dec 3, 2021

A multithreaded only adds overhead with no technical benefit in an AWS Lambda environment, where lambdas are invoked without per-instance concurrency or parallelism.

Reference to original note.

Reference to relevant tokio docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants