-
Type: Epic
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Component/s: Docs Examples
We field a lot of complaints about the behavior of drivers when using AWS Lambda. Lambda is a stateless function as a service provider. Drivers maintain a ton of state. A Lambda application has to be written a specific way to ensure an instance of MongoClient is reused on each invocation of a lambda function. Happily, our docs team wrote a guide:
https://docs.atlas.mongodb.com/best-practices-connecting-from-aws-lambda/
Sadly the guide only provides Javascript examples. It also only covers AWS Lambda, not Azure Functions, which are getting popular for .NET developers and are likely to get popular for other languages.
This ticket proposes writing language specific versions of the existing Javascript example for AWS Lambda and test that the examples work.
There will be a dependent ticket in the DOCS project to add these new examples to the existing docs.
- split to
-
CDRIVER-4324 Language specific examples for AWS Lambda
- Closed
-
CSHARP-4127 Language specific examples for AWS Lambda
- Closed
-
CXX-2481 Language specific examples for AWS Lambda
- Closed
-
GODRIVER-2368 Language specific examples for AWS Lambda
- Closed
-
JAVA-4474 Language specific examples for AWS Lambda
- Closed
-
MOTOR-923 Language specific examples for AWS Lambda
- Closed
-
NODE-4160 Language specific examples for AWS Lambda
- Closed
-
PHPLIB-833 Language specific examples for AWS Lambda
- Closed
-
PYTHON-3097 Language specific examples for AWS Lambda
- Closed
-
RUBY-2945 Language specific examples for AWS Lambda
- Closed
-
RUST-1253 Language specific examples for AWS Lambda
- Closed
- mentioned in
-
Page Loading...