Tag: programming
All the articles with the tag "programming".
-
Consuming an SQS Event with Lambda and Rust
I've been trying to learn Rust for the better part of this year. My curiosity peaked a few years back when I learned the AWS-led Firecracker was developed with the language. And I've continued to want
-
AWS API Gateway WebSocket Tutorial: Real-time Serverless Apps
AWS API Gateway WebSocket tutorial showing how to build real-time serverless apps with Lambda, DynamoDB, and CDK using Golang step by step.
-
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
-
DynamoDB Streams EventBridge Pipes Multiple Items
I've written a few articles lately on EventBridge Pipes and specifically around using them with DynamoDB Streams. I've written about Enrichment. And I've written about just straight Streaming. I belie
-
DynamoDB Streams EventBridge Pipes Enrichment
DynamoDB Streams enrichment with EventBridge Pipes transforms domain data into FHIR healthcare resources using serverless filtering and Lambda.
-
AWS Step Functions Callback Pattern
Some operations in a system function asynchronously. Many times, those same operations must also happen to be responsible for coordinating external workflows to provide an overall status on the execut
-
Building Serverless Applications with AWS – Observability
Building Serverless applications can feel a bit overwhelming when you are first getting started. Sure, Event-Driven Systems have been around for many years but this notion of using managed services to
-
Building Serverless Applications with AWS – Security
Serverless security on AWS broken down into three pillars: API Gateway custom authorizers, least-privilege IAM policies, and KMS data encryption.