Aurora DSQL - Build A Serverless Multi-Region E-Commerce Platform
dev.toΒ·5dΒ·
Discuss: DEV
Flag this post

Introduction

I’ve always been a big fan of managed and truly serverless services offered by public cloud providers like AWS. I want to be able to prototype and build applications with as little infrastructure handling and management as possible. My time should be spent focusing on the business logic of the problem at hand.

I really like using services on AWS like Lambda, API Gateway, the Simple Queue Service (SQS), Simple Notification Service (SNS), and many others. For a database platform I have almost always used DynamoDB. DynamoDB tables can be provisioned and ready to use in seconds. The service is highly performant at any scale and you just pay for what you use. I don’t have to pay $100’s per month for something I may only use once a week.

In recent times we’ve had a…

Similar Posts

Loading similar posts...