Welcome to Mwmbl! Feel free to submit a site to crawl. Please read the guidelines before editing results.
To contribute to the index you can get our Firefox Extension here. For recent crawling activity see stats.
-
https://en.wikipedia.org/wiki/AWS_Lambda — found via Wikipedia
AWS Lambda
AWS Lambda supports Node.js, Python, Java, Go, .NET, Ruby and custom runtimes. Rust and Go generally exhibit lower cold start times in AWS Lambda compared
-
https://doc.rust-lang.org/rust-by-example/fn/closures.html — found via Google
Closures - Rust By Example
Closures are functions that can capture the enclosing environment. For example, a closure that captures the x variable: |val| val + x
-
https://docs.rs/lambda_http — found via Mwmbl
lambda_http - Rust
This crate abstracts over all of these trigger events using standard http types minimizing the mental overhead of understanding the nuances and variation…
-
https://github.com/customink/crypteia — found via Mwmbl
GitHub - rails-lambda/crypteia: 🧱🔐 Rust Lambda Extension for any…
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
http://docs.aws.amazon.com/lambda/latest/dg/rust-package.html — found via Mwmbl
Deploy Rust Lambda functions with .zip file archives - AWS Lambda
Deploy Rust Lambda functions with .zip file archives Note The Rust runtime client is an experimental package. It is subject to change and intended only f…
-
https://rendered-obsolete.github.io/2019/03/19/rust_lambda.html — found via Mwmbl
Rust on Lambda | Rendered Obsolete
2 MB compressed, 6 MB uncompressed; we’re using less than half the minimum memory and <5% of the package size. Rust was born for this stuff! Region Selec…
-
http://docs.amazonaws.cn/en_us/lambda/latest/dg/rust-package.html — found via Mwmbl
Deploy Rust Lambda functions with .zip file archives - Amazon La…
Deploy Rust Lambda functions with .zip file archives Note The Rust runtime client is an experimental package. It is subject to change and intended only f…
-
https://users.rust-lang.org/t/unit-tests-for-mongo-insert-call/72069 — found via Mwmbl
Unit Tests For Mongo Insert Call? - code review - The Rust Progr…
I have some code here for a serverless Rust lambda function. The idea is that when it is invoked it inserts a document into a MongoDB collection (still ro…