There doesn’t seem to be a nice clean way of handling DynamoDB (DDB) record updates in Go without writing a DDB query and book-ending it with some boilerplate.
Blog
Latest posts from ipengineer.net, arsonistgopher.com and dave.dev

There are lots of great blog posts and instructional examples on how to build packages and push them to npm or GitHub Packages.

Single table design has changed the way I approach database backed applications and I will say, how I model data has improved drastically once you start viewing the world through single table eyeballs.

When you have access to a resource that’s server bound, like a database, the way you think about consuming that resource is tied to performance and storage.

This short write-up is to explain the tweet below I committed to the ether of the internet.