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
Modern applications are complex. Fewer and fewer applications are built as single monolith that runs in one process, stores its data in a single database, and has access to the underlying single file
-
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
I wrote recently about Mind Boggling Speed with Caching with Momento and Rust and wanted to continue in that theme as I explore the Momento SDK for Rust. Caching is a technique that builders reach for