All Posts
Relational Database in the serverless era
Brief Introduction
It’s 2020. The architecture/stack of choice for many backend engineering teams these days is to use a combination of:
- Serverless functions (like AWS Lambda which runs code without us provisioning servers)
- NoSQL databases (like DynamoDB which is a fully managed, multi-region, multi-master, durable database).
Such modern stacks have enabled many startups to scale to the demands of millions of users without worrying about the provisioning costs and the high costs associated with scaling up hardware to support traditional technology architecture/stacks.
