Posts
All the articles I've posted.
-
AWS re:Invent Day 0
AWS re:Invent 2023 Day 0 recap covering the community hike at Valley of Fire, meeting builders in person, and kicking off the conference week.
-
Writing a Technical Blog Article
I've had a few people ask me about my writing process and how I produced the articles and code that I do here on my blog. At first, I thought, no way anyone cares what it takes for me to produce the a
-
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
-
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
-
Embracing Bad News as a Leader
Some find that handling bad news as a leader is tricky. Their first thoughts range from figuring out who to blame, how to hide the damage or even just how to make the problem go away. I like to look a
-
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.
-
Building Trust
Building trust in technology teams starts with adding value, listening before speaking, giving your time selflessly, and showing up when it matters.
-
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.