TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: ElectroDB – I made a library to simplify complex DynamoDB techniques

1 pointsby tinkertamperover 1 year ago
Over the last four years I&#x27;ve been working on a library that handles all the hard bits of working with DynamoDB: modeling&#x2F;managing your index values, achieving entity isolation with queries, writing dynamodb parameters and filters that isn&#x27;t hard to read&#x2F;review. ElectroDB manages your keys and does a lot under the hood to help with the pitfalls of keeping multiple entities in a single table.<p>I&#x27;m proud of the library&#x27;s use of strong type inference typing, it makes using Electro a breeze out of the box. I also made a playground where you can work with the library (and it&#x27;s typing directly) and it also outputs the parameters it generates in browser: <a href="https:&#x2F;&#x2F;electrodb.fun" rel="nofollow noreferrer">https:&#x2F;&#x2F;electrodb.fun</a><p>Here is the documentation site if you&#x27;d like to learn more: <a href="https:&#x2F;&#x2F;electrodb.dev" rel="nofollow noreferrer">https:&#x2F;&#x2F;electrodb.dev</a><p>SST includes it as an example in their `create-sst` app, and I support users in a channel on their discord here: <a href="https:&#x2F;&#x2F;discord.com&#x2F;channels&#x2F;983865673656705025&#x2F;994984119224246303" rel="nofollow noreferrer">https:&#x2F;&#x2F;discord.com&#x2F;channels&#x2F;983865673656705025&#x2F;994984119224...</a><p>I figured this would be helpful for folks who are are at re:Invent and consider using it in their next project!

no comments

no comments