Tag: rust
All the articles with the tag "rust".
-
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.
-
Mind Boggling Speed when Caching with Momento and Rust
Summer is here and in the northern hemisphere, temperatures are heating up. Living in North Texas, you get used to the heat and humidity but somehow it still always seems to sneak up on me. As I start
-
Secure Pattern for Deploying WASM on S3
Picking up where I left off from the last article, I'd built a simple WASM project with Rust and walked through how to generate a publishable distribution. In this edition, which is probably the penul
-
Surprisingly Powerful - Serverless WASM with Rust Article 1
It's been a while since I wrote a series going back almost 9 months to my Building Serverless Applications. I enjoyed that so much that I have been wanting to write another, but just didn't have a con
-
Guaranteed Safety using Blue Green with ECS and CDK
Buckle up for this one as it's going to be a lengthy piece. I love writing articles like this one because they contain complete infrastructure builds that highlight some best practices to put multiple
-
An Allow List Lambda Function in Rust is 1 Guaranteed Way to Improve CORS
Some time ago I wrote an article about Cross-Origin Resource Sharing with API Gateway that talks about custom allow lists. I wanted to revisit that implementation not because the code doesn't work, bu
-
A Proven and Comprehensive Pattern for Building an API with Rust and Lambda
Rust and Lambda API tutorial walking through a complete CRUD implementation with DynamoDB, Cargo workspaces, and CDK for deployment to AWS.
-
Blazing Fast Change Data Capture with DynamoDB Streams and Rust
Propagating changes in an event-driven system can be accomplished in many different ways with many different tools. Do I work with transaction logs, put events on an event bus or do something else? Fo