RBRajesh Bindevrajesh.hashnode.dev·Jul 11 · 10 min readDay 99: Attach IAM Policy for DynamoDB Access Using Terraform | 100 Days of DevOpsContent Today I learned how to provision an Amazon DynamoDB table, create an IAM Role, and attach a read-only IAM Policy using Terraform. Instead of configuring these resources manually through the A00
AHAkash Hadagali Persettiinakashpersetti.hashnode.dev·Jun 29 · 5 min readWhy my LangGraph agent throws away its checkpoint on every requestThe problem Wingman is a worker-evaluator agent. A worker LLM tries to satisfy a success criteria, an evaluator decides if it passed, and if it failed the worker retries up to 5 times. Standard loop. 01D
KKkranthi kiraninkranthikiran.hashnode.dev·Jun 10 · 10 min readHow We Scaled a Predictive Analytics Application to Handle 5x Volume Growth Using DynamoDB and Kinesis Data StreamsIn this post, I’ll share how we transformed our Predictive Analytics Platform from an on-premises relational data infrastructure to a cloud-native NoSQL architecture, enabling us to process significan00
CSCamma Smithindynamosql.hashnode.dev·Jun 8 · 11 min readRunning Real SQL on DynamoDB: How It Actually Works DynamoDB is good at what it was designed for: fast, predictable reads and writes against known access patterns. It is not designed for ad-hoc queries. If you need to join two tables, aggregate by a co00
SPSAI PRANEETH BHATTUinsaipraneethbhattu.hashnode.dev·Jun 5 · 8 min readBuilding a Serverless Employee Management App on AWS: Lambda, DynamoDB, API Gateway, and S3Here is the full stack: Amazon S3 hosts the static frontend Amazon API Gateway exposes the HTTP endpoints AWS Lambda runs the Python compute functions Amazon DynamoDB stores the employee records 00
MBMarika Bergmaninblog.marikabergman.com·Jun 3 · 8 min readPersonalising LLM Output with DynamoDB and Deterministic Filters When I started building an application that extracts key concepts and vocabulary from a text, I thought I could handle personalisation through the prompt alone. It turned out that getting reliable res30
CSCamma Smithindynamosql.hashnode.dev·Jun 3 · 7 min readWhy LLM Agents Still Can't Query NoSQL Databases When it comes to SQL databases, LLMs are great at writing SQL. It's precise, expressive, and unambiguous. LLMs write it well. Connect an MCP server to Postgres and the agent can write queries directly10
CSCamma Smithindynamosql.hashnode.dev·Jun 2 · 9 min readWhy We Built an SQL Layer on Top of DynamoDBThe SQL vs. NoSQL debate has been running long enough that most engineers have stopped having it. The real question isn't which is better. It's which tradeoffs you're actually making when you choose o00
BHBrecht Huanginthebrecht.hashnode.dev·Jun 1 · 9 min readFive days before launch I tore out Resend and rebuilt magic-link auth on AWS SES + LambdaI run toui.io, a URL shortener I shipped to the public on April 7, 2026. Eleven days before launch I had passwordless email login working on Resend. Five days before launch I tore it out and rebuilt t00
SCSammed Chouguleinaws-saa-journey.hashnode.dev·May 30 · 17 min readChoosing the Right AWS Database: RDS, Aurora, DynamoDB, and RedshiftPicture this. It is 11 PM on a Friday. A product launch went better than expected, traffic is three times the normal level, and the on-call engineer is staring at a single PostgreSQL instance running 00