Skip to main content

5 posts tagged with "aws"

View All Tags

Use UUIDv7 in DynamoDB to save money and improve performance

· One min read
Javid
Creator & Software Engineer

Build your app with the mindset of AWS Well-Architected Framework

Introduction

Don't forget to use UUIDv7. As of May 2024, it's standardized under RFC9562. It's time to start using it in your database designs.

UUIDv7 brings time-ordering to your IDs, which introduces time-ordering to your IDs, offering significant advantages and cost savings, particularly for DynamoDB users.

Build your app with the mindset of AWS Well-Architected Framework

· 4 min read
Javid
Creator & Software Engineer

Build your app with the mindset of AWS Well-Architected Framework

Introduction

AWS Well-Architected Framework is a great way to design your platform. It's a set of best practices and helps you to understand the pros and cons of your architecture. By understanding the pros and cons, you can make better decisions to reduce security risks, increase performance, and make your platform cost-effective.