Posts
All the articles I've posted.
-
SQS Re-Drive with Golang and Step Functions
SQS dead-letter-queue re-drive automated with Golang Lambda functions and Step Functions provides self-healing workflows for event-driven systems.
-
Infrastructure as Code
Infrastructure as Code shifts deployment ownership to development teams, building a culture of accountability, customer focus, and faster response.
-
Caching with Momento and Golang
Caching. Simple. Useful. This architectural topic applies to a serverless app as well as an app with servers. Some functions never need caching, and some benefit from it right as the first user traffi
-
Serverless, a CTO's Perspective
I've been following along the past couple of weeks in the "wake" of the article by the Prime Video Team. I've seen a lot of rebuttal-type articles by some folks that I respect so I didn't want to cont
-
Golang Private Module with CDK CodeBuild
Golang private modules in AWS CodeBuild require specific configuration with .netrc files and GOPRIVATE variables in your CDK CodePipeline setup.
-
Custom API Gateway Authorizer with Golang
One of the nice things about building with Serverless is that you can design things in a way that the pieces are composeable. This means that you can put logic cohesively with other like-minded logic
-
Building Golang Lambda Functions
Golang Lambda functions with CDK explored through entry points, runtime selection, environment variables, and linker flags to reduce binary size.
-
Choosing Go when Building Lambdas
So you've decided to build your first or your 500th Lambda function with AWS. Congratulations! That in and of itself is a great decision that will set you up on a solid foundation for operational exce