#dynamodb — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #dynamodb, aggregated by home.social.
-
Amazon DynamoDBのリアルタイムベクトル検索機能をちょっと整理する
https://qiita.com/Syoitu/items/068db63a8bf3bb961b2b?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items -
DynamoDBがネイティブベクトル検索に対応したので、GA当日に検証してアプリを作ってみた
https://qiita.com/yama3133/items/d0fc5f0ef530cf65008c?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items -
【Lambda】NFC 名刺のアクセスカウンターを Lambda Function URL + DynamoDB で作る
https://qiita.com/ryu-ki/items/60cc8e04d60bbfcf7fa7?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items -
The fix: stop trusting one region. The suite now runs in every commercial region and scores each engine against the one it matches best.
Eight engines, tracked run over run: https://paritysuite.org #dynamodb #aws
-
The fix: stop trusting one region. The suite now runs in every commercial region and scores each engine against the one it matches best.
Eight engines, tracked run over run: https://paritysuite.org #dynamodb #aws
-
Stop losing Terraform state files. Store them in S3 with DynamoDB locking to prevent concurrent modifications and enable team collaboration. Server-side encryption keeps data safe. #terraform #s3 #dynamodb
https://www.valtersit.com/vault/terraform-s3-backend-with-dynamodb-state-locking-94828b/
-
"Just use Postgres" taken to a new level, when #AWS creates #PostgreSQL-backed implementation of #DynamoDB APIs... https://aws.amazon.com/about-aws/whats-new/2026/05/aws-extenddb-dynamodb/. Also, this?!?
> Multi-cloud — use DynamoDB semantics on any cloud that runs PostgreSQL
-
"Just use Postgres" taken to a new level, when #AWS creates #PostgreSQL-backed implementation of #DynamoDB APIs... https://aws.amazon.com/about-aws/whats-new/2026/05/aws-extenddb-dynamodb/. Also, this?!?
> Multi-cloud — use DynamoDB semantics on any cloud that runs PostgreSQL
-
Dynoxide 0.11.3 is out.
An old issue I logged to investigate a Windows socket option for TIME_WAIT parity with Unix. The parity already existed - the actual gap was that a plain Windows bind can be hijacked by another same-user process using SO_REUSEADDR. Both listeners now bind with SO_EXCLUSIVEADDRUSE.
Bonus: the test suite now runs on Windows in CI for the first time, and immediately caught two tests that assumed Unix semantics.
https://martinhicks.dev/articles/dynoxide-0113-windows-listener-hardening
-
Dynoxide 0.11.3 is out.
An old issue I logged to investigate a Windows socket option for TIME_WAIT parity with Unix. The parity already existed - the actual gap was that a plain Windows bind can be hijacked by another same-user process using SO_REUSEADDR. Both listeners now bind with SO_EXCLUSIVEADDRUSE.
Bonus: the test suite now runs on Windows in CI for the first time, and immediately caught two tests that assumed Unix semantics.
https://martinhicks.dev/articles/dynoxide-0113-windows-listener-hardening
-
Someone asked a good question on my DynamoDB conformance suite: does a conditional write inside a transaction cost read capacity on top of the write?
The AWS docs aren't clear, so I ran it against real DynamoDB. A passing condition adds nothing; an idempotent replay flips the bill from write to read.
That's one strand of the latest release. Next, 2.0.0 takes on DynamoDB's regional differences and how to score them fairly. #dynamodb #aws #database #serverless
https://martinhicks.dev/articles/what-a-conditional-dynamodb-transaction-costs
-
Someone asked a good question on my DynamoDB conformance suite: does a conditional write inside a transaction cost read capacity on top of the write?
The AWS docs aren't clear, so I ran it against real DynamoDB. A passing condition adds nothing; an idempotent replay flips the bill from write to read.
That's one strand of the latest release. Next, 2.0.0 takes on DynamoDB's regional differences and how to score them fairly. #dynamodb #aws #database #serverless
https://martinhicks.dev/articles/what-a-conditional-dynamodb-transaction-costs
-
accesspatterns.dev runs a DynamoDB engine in the browser tab, with nothing behind it. That's dynoxide 0.11, compiled to WebAssembly. The how: https://martinhicks.dev/articles/introducing-accesspatterns-dev
-
accesspatterns.dev runs a DynamoDB engine in the browser tab, with nothing behind it. That's dynoxide 0.11, compiled to WebAssembly. The how: https://martinhicks.dev/articles/introducing-accesspatterns-dev
-
DynamoDB is one of my favourite databases, but it can be one of the harder ones to learn - it doesn't reward the instincts you bring from SQL.
So I built accesspatterns.dev: a real DynamoDB-compatible engine running in a browser tab, on dynoxide compiled to WebAssembly. A guided course, a library of access-pattern models, and a full console - learn it by running it.
It's an early preview. I'd like that model library to become a shared catalogue of how people really model DynamoDB, not just my handful. No account, nothing to install.
-
DynamoDB is one of my favourite databases, but it can be one of the harder ones to learn - it doesn't reward the instincts you bring from SQL.
So I built accesspatterns.dev: a real DynamoDB-compatible engine running in a browser tab, on dynoxide compiled to WebAssembly. A guided course, a library of access-pattern models, and a full console - learn it by running it.
It's an early preview. I'd like that model library to become a shared catalogue of how people really model DynamoDB, not just my handful. No account, nothing to install.
-
🔄 On deployment, the same APIs map automatically to real AWS services like #Lambda, #DynamoDB, #Aurora, #APIGateway & #Bedrock — with zero code changes
🤖 The standout feature: the framework ships with built-in rules and steering files for #AIagents, so they automatically apply clean architecture and best practices
🔗 End-to-end typing works without code generation and supports frontends like Next.js, Nuxt, Astro, Angular, React, Vue & Svelte — plus mobile apps in Swift, Kotlin & Flutter
-
🔄 On deployment, the same APIs map automatically to real AWS services like #Lambda, #DynamoDB, #Aurora, #APIGateway & #Bedrock — with zero code changes
🤖 The standout feature: the framework ships with built-in rules and steering files for #AIagents, so they automatically apply clean architecture and best practices
🔗 End-to-end typing works without code generation and supports frontends like Next.js, Nuxt, Astro, Angular, React, Vue & Svelte — plus mobile apps in Swift, Kotlin & Flutter
-
Dynoxide 0.10.0 is out, the biggest release since the original engine.
The headline: the same DynamoDB engine now runs in the browser. WebAssembly + wa-sqlite over OPFS, no server, no cross-origin isolation headers. CRUD, GSI and LSI queries, fully client-side. A preview for now.
Also: an official ~5 MB Docker image, a drop-in for amazon/dynamodb-local.
Heads-up: first breaking release. MCP over HTTP now needs a bearer token.
#rustlang #dynamodb #webassembly
https://martinhicks.dev/articles/dynoxide-0100-browser-and-docker
-
Dynoxide 0.10.0 is out, the biggest release since the original engine.
The headline: the same DynamoDB engine now runs in the browser. WebAssembly + wa-sqlite over OPFS, no server, no cross-origin isolation headers. CRUD, GSI and LSI queries, fully client-side. A preview for now.
Also: an official ~5 MB Docker image, a drop-in for amazon/dynamodb-local.
Heads-up: first breaking release. MCP over HTTP now needs a bearer token.
#rustlang #dynamodb #webassembly
https://martinhicks.dev/articles/dynoxide-0100-browser-and-docker
-
Open-source DynamoDB emulators are closing on the real thing fast. Floci's gone from ~61% to the low 90s in a month. ExtendDB landed near the top from a standing start.
Wrote it up after yesterday's site launch: https://martinhicks.dev/articles/dynamodb-conformance-org
684 tests, all scored against live AWS DynamoDB.
-
Open-source DynamoDB emulators are closing on the real thing fast. Floci's gone from ~61% to the low 90s in a month. ExtendDB landed near the top from a standing start.
Wrote it up after yesterday's site launch: https://martinhicks.dev/articles/dynamodb-conformance-org
684 tests, all scored against live AWS DynamoDB.
-
My DynamoDB conformance suite has a proper home now: https://dynamodb-conformance.org
Eight emulators. 684 tests. One independent suite scoring all of them against DynamoDB's real-world behaviour.
Runs weekly. Matrix, run history, per-target pages. Every figure pulled straight from each run.
-
My DynamoDB conformance suite has a proper home now: https://dynamodb-conformance.org
Eight emulators. 684 tests. One independent suite scoring all of them against DynamoDB's real-world behaviour.
Runs weekly. Matrix, run history, per-target pages. Every figure pulled straight from each run.
-
Hello hachyderm 👋
Migrated over today and really glad to be here. Looking forward to seeing more of the content I’m here for.
If you want to know more about me, https://martinhicks.dev
-
Hello hachyderm 👋
Migrated over today and really glad to be here. Looking forward to seeing more of the content I’m here for.
If you want to know more about me, https://martinhicks.dev
-
I am creating some integration tests for my apps backend.
The tests are checking whether my data structure is correctly passed to #DynamoDB.
With the help of TestScoping I can prepare and teardown my local instance without bloating up my test code.
-
AWS US-EAST-1 outage (Oct 20, 2025): Root cause & lessons
A DNS race condition in DynamoDB led to empty endpoint records, triggering cascading failures across AWS services like EC2 and Lambda.
Explore what went wrong and how to build resilient cloud systems:
https://shorturl.at/sJO5K#AWS #CloudComputing #DevOps #DynamoDB #ResilienceEngineering
-
The #InfoQ article discusses the challenges faced during a migration from a relational database to NoSQL, focusing on the importance of database sequences for unique identifiers.
It outlines the development of a new sequence service using #DynamoDB and a two-tier #caching architecture.
🔗 Read now: https://bit.ly/4e6FRox
#SoftwareArchitecture #DistributedSystems #NoSQL #Database #Performance
-
The #InfoQ article discusses the challenges faced during a migration from a relational database to NoSQL, focusing on the importance of database sequences for unique identifiers.
It outlines the development of a new sequence service using #DynamoDB and a two-tier #caching architecture.
🔗 Read now: https://bit.ly/4e6FRox
#SoftwareArchitecture #DistributedSystems #NoSQL #Database #Performance
-
I've open sourced a DynamoDB engine in Rust, backed by SQLite. ~3 MB, 15ms startup, 526 conformance tests against real DynamoDB. No JVM, no Docker. More at https://dynoxide.dev
It started as infrastructure for Nubo, a native DynamoDB client we're building at Si Novi - https://nubo.sinovi.uk
-
I've open sourced a DynamoDB engine in Rust, backed by SQLite. ~3 MB, 15ms startup, 526 conformance tests against real DynamoDB. No JVM, no Docker. More at https://dynoxide.dev
It started as infrastructure for Nubo, a native DynamoDB client we're building at Si Novi - https://nubo.sinovi.uk
-
AWS has 200+ services. Most companies use about 15. The same ones show up in every project: EC2, S3, Lambda, RDS, DynamoDB, API Gateway, CloudFront, SQS, SNS, CloudWatch.
That handles 80% of everything. Wrote a guide covering just the ones that matter.#aws #cloud #infrastructure #EC2 #IAM #S3 #RDS #DynamoDB #Lambda #APIGateway #CloudFront #Route53 #SQS #SNS #CloudWatch #EKS #CDN
https://heyjoshlee.medium.com/the-80-20-of-aws-the-services-that-actually-matter-13509ff90115
-
AWS-Ausfall im Nahen Osten: Rechenzentrumsvorfall legt Cloud-Dienste in UAE und Bahrain lahm
Der Ausfall weitete sich rasch auf das gesamte Dienstportfolio in der Region aus. In ME-CENTRAL-1 waren nach AWS-Angaben mehr als 38 Cloud-Dienste beeinträchtigt, darunter AWS Lambda, Amazon Elastic Kubernetes Service (EKS), Amazon Virtual Private Cloud (VPC) sowie die Datenbankdienste RDS und DynamoDB.
-
LaravelのルーティングとコントローラをAWS(API Gateway / Lambda)で再現してみよう
https://qiita.com/chaochire/items/f974e8735da87e87023e?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items#qiita #Laravel #DynamoDB #lambda #APIGateway #AWSCloudShell
-
DynamoDB is genuinely powerful. For the right use cases. Understand the constraints. Design accordingly. https://hackernoon.com/things-i-wish-i-knew-before-i-started-using-dynamodb #dynamodb
-
DynamoDB is genuinely powerful. For the right use cases. Understand the constraints. Design accordingly. https://hackernoon.com/things-i-wish-i-knew-before-i-started-using-dynamodb #dynamodb
-
Очень странные дела или подключаем YDB в AWS NoSQL Workbench
При работе с Yandex Database (YDB) часто возникает потребность в удобном визуальном инструменте для работы с данными. AWS NoSQL Workbench — популярное приложение для моделирования и тестирования NoSQL баз можно использовать и с YDB благодаря DynamoDB-совместимому Document API.
https://habr.com/ru/articles/983678/
#ydb #dynamodb #aws_nosql_workbench #aws #nosql #yandexcloud
-
Bài viết hướng dẫn xây dựng hệ thống giám sát IoT không máy chủ với AWS:
✅ Thu nhập dữ liệu cảm biến qua API Gateway
✅ Xử lý logic bằng Lambda (Node.js)
✅ Lưu trữ trên DynamoDB với partition key 'device_id' và sort key 'timestamp'
✅ Triển khai dashboard React qua Amplify CI/CD
Tập trung giải pháp "Ship It" prototype thay vì kiến trúc phức tạp. Lưu ý cảnh báo bảo mật và hạn chế ScanCommand khi scale.#Serverless #AWS #IoT #DynamoDB #CloudComputing
#MayChuAo #Lamda #KhongMáyChủ #AWSViệtNam -
Great article about cascading failures, with #DynamoDB outage in us-east-1 taking down entire #AWS region as an example. I mean, the incident from 2015, not the recent one 😉 https://blog.mi.hdm-stuttgart.de/index.php/2022/03/03/cascading-failures-in-large-scale-distributed-systems/
-
Great article about cascading failures, with #DynamoDB outage in us-east-1 taking down entire #AWS region as an example. I mean, the incident from 2015, not the recent one 😉 https://blog.mi.hdm-stuttgart.de/index.php/2022/03/03/cascading-failures-in-large-scale-distributed-systems/
-
It's been a while since I posted a new blog post. A few days ago I needed to go off the beaten path while working on one of my Enhance based AWS projects, so I thought I might as well document the ride.
https://rijsdam.nl/blog/using-aws-lite-directly-in-an-enhance-or-architect-project #aws #serverless #enhance #architect #dynamodb
-
#AWS has released an analysis of the major October outage, highlighting key lessons on:
⇨ cloud redundancy
⇨ multi-region architectures
⇨ considerations for moving workloads out of the public cloudTriggered by a failure in Amazon #DynamoDB, the outage affected a wide range of services in its busiest region, Northern Virginia.
Learn more: https://bit.ly/4raUs6E
-
Here’s the official one 🫣:
“Summary Of The Amazon DynamoDB Service Disruption In The Northern Virginia (US-EAST-1) Region”, AWS (https://aws.amazon.com/message/101925/).
On HN: https://news.ycombinator.com/item?id=45677139
On Lobsters: https://lobste.rs/s/mw0pus/summary_amazon_dynamodb_service