Serverless microservices
minimal operational overhead expenditures design serverless
=================================================================
S3 with CloudFront static website hosting 🡸 Frontend, Web layer
=================================================================
API Gateway and AWS Lambda functions 🡸 Application layer
API Gateway, NLB and AWS Fargate 🡸 Application layer
ALB and AWS ECS 🡸 Application layer
=================================================================
DynamoDB 🡸 DB layer to store user data
Aurora 🡸 DB layer to store user data
Elasticache 🡸 DB layer to store/cache user data
=================================================================