Tag: typescript
All the articles with the tag "typescript".
-
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
-
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
-
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.
-
Partitioned S3 Bucket from DynamoDB
I've been working recently with some data that doesn't naturally fit into my AWS HealthLake datastore. I have some additional information captured in a DynamoDB table that would be useful to blend wit
-
DynamoDB Incremental Export with Step Functions
DynamoDB incremental exports can be orchestrated with Step Functions using native SDK integrations, eliminating the need for Lambda compute code.
-
Analyzing and Correcting Errors with Advanced SQS Redrive
A good friend of mine is working on a really neat redrive tool with SQS and wanted to write an article to describe its purpose and use. I'm super honored that he asked me to share his writing on my bl
-
Monitoring SQS with Datadog
Event-Driven architecture paired with Serverless technologies are a powerful combo to build applications. But failure does happen and you should expect it to happen. Dealing with that failure is often
-
Lambda Extension with Golang
Lambda extensions built with Golang enable cross-language reuse by running a sidecar HTTP API for caching with Momento and DynamoDB read-through.