

0·
3 days agoOne library I made is https://github.com/pay-theory/dynamorm This is a library to make DynamoDB easier to use in Go, it is used alongside https://github.com/pay-theory/lift which provides similar utility for lambdas
Both of these are in active use by our team and were created using Claude code and cursor.
The code loads faster when using the pen because the code footprint is smaller, DynamoDB in AWS sdk is very verbose, using the library means that verbosity is reduced significantly as you incorporate more tables and indexes.
It’s been load tested against code using DynamORM and not using it.
The point is not a few less milliseconds, it’s many hours of reduced development for people implementing DynamoDB