Tag: serverless
All the articles with the tag "serverless".
-
Connecting Rust Lambda Functions with OpenTelemetry and Datadog
Tracing Lambda Functions with observability code is the basement level of instrumentation that should exist when writing Serverless Applications. So many times, even in Lambda Functions, there are tim
-
Momento Token Vending Machine with Rust, Lambda, and Datadog
Working with browser hosted code (UI) requires a developer to be cautious about exposing secrets and tokens. A less than trustworthy person could take these secrets and do things that the user doesn't
-
DSQL Part 2 - More Rust and a Momento Cache
**UPDATE: I had a missing index on my DSQL table. If you read the article before, please go back and check the metrics and graphs**
-
AWS DSQL Tutorial: Serverless SQL Database with Lambda and Rust
Serverless developers that use Lambda as their compute of choice have long had to make a trade-off in AWS when it comes to storing their application data. Do I use a purely serverless database in Dyna
-
Orchestrating a Serverless API Workflow with Kestra
Kestra workflow orchestration demonstrated with AWS Lambda and DynamoDB, covering HTTP tasks, database queries, and the control plane interface.
-
Powerful Visibility with Rust, Lambda, Datadog, and OpenTelemetry
As much as I love Rust and especially Rust on serverless, it would be hard for me to recommend Rust and Lambda to a company without a plan for Observability. I've written about this topic before and t
-
ServiceConnect with CDK builds Strong Service Affinity
Containers are a fantastic way to package up your application code and its dependencies. I'm on the record as a huge fan and probably write more production code in containers than I do with Lambda Fun
-
Strong Performance with EC2, Lambda, and the Momento SDK for Rust
Momento SDK for Rust delivers 2ms topic latency on EC2 and near-instant webhooks on Lambda, proving serverless caching performs at any scale.