How to Lose Data Using AWS Serverless Without Even Knowing It
A session on common AWS serverless pitfalls that can lead to silent data loss, covering DynamoDB, event-driven architecture, and design patterns.
A session on common AWS serverless pitfalls that can lead to silent data loss, covering DynamoDB, event-driven architecture, and design patterns.
A technical analysis of the 2025 AWS outage, its causes, impact on businesses, and lessons for building resilient cloud architectures.
Analysis of the large AWS outage caused by a DynamoDB DNS failure, examining the technical details and impact on global services.
A technical guide on streaming DynamoDB data to S3 in near real-time using EventBridge Pipes and Firehose to enable SQL queries with Athena.
Learn to export DynamoDB data to S3 and query it using SQL with AWS Athena, exploring serverless, scalable analytics solutions.
A developer shares their experience passing the AWS Certified Developer – Associate exam, including exam format, key topics, and study advice.
A survey of how distributed databases handle secondary indexes, comparing strategies in DynamoDB, MongoDB, Yugabyte, and others.
A guide on how to model and calculate DynamoDB costs during the design phase to make informed architectural decisions.
Analysis of the new DynamoDB paper, covering product-level insights and technical improvements for the managed NoSQL database service.
Demystifying eventual consistency in DynamoDB, explaining its trade-offs and how to handle it effectively in applications.
Explores the three different meanings of 'consistency' in databases: from the CAP Theorem, ACID properties, and database consistency models.
Analyzing the compatibility of GraphQL with DynamoDB's single-table design, discussing trade-offs and when each approach is preferable.
Discusses capacity planning for serverless applications, focusing on monitoring AWS service limits (like Lambda and DynamoDB) to prevent throttling and ensure scalability.
A technical guide on implementing pagination for DynamoDB queries using the AWS SDK for TypeScript and Node.js with async generators.
A deep dive into DynamoDB partitions, explaining their role in data modeling and performance for the NoSQL database.
A guide on migrating from DynamoDB Local to AWS-managed DynamoDB for testing, covering the benefits and implementation steps.
A guide to the three most critical DynamoDB limits: item size, query/scan page size, and partition throughput, and how they impact data modeling.
A technical guide on using AWS Step Functions with Map states and ResultSelectors to download and process large, paginated API data in parallel.
A guide to using AWS Step Functions for serverless data retrieval from 3rd party APIs, minimizing custom Lambda code.
A guide to understanding and using DynamoDB Condition Expressions for enforcing data integrity and business rules in AWS.