Blog

Using the AWS SDK for Rust with SQS and a Go Lambda Function to Update DynamoDB Tables

I am learning Rust in my spare time, and I am curious to see how I can use the AWS SDK for Rust in a solution workflow that includes one of my Go Lambda functions. Like Bill Murray, you may be thinking...

Posted August 2, 2021 by Trevor Roberts Jr ‐ 7 min read

Invalidating Your CloudFront Cache with a Lambda Written in Go

I am putting the finishing touches on my blog's CI/CD pipeline, and the last item I need to address is how to refresh my CDN cache. Well, how about a Lambda?...written in Go!

Posted July 19, 2021 by Trevor Roberts Jr ‐ 6 min read