A few questions on building SaaS.
- Are we going to create instances for each customer
- What is going to be common / pooled vs dedicated
Dedicated Service and DB Layer (Silo)
Ref - LinkRef - Link
Key aspects
- Identity Management
- Monitoring
- Tenant onboarding
- Amazon Cognito - User onboarding is handled here
- Tenant Details are stored in DynamoDB
- Amazon code Pipeline to create custom namespaces and services
For AWS Lambda
Ref - Link
Pooled Service and Dedicated DB (Pooled)
- Multi-Tenant Architecture: Designing a SaaS Application
- Multi tenant Architecture for a SaaS Application on AWS
- AWS Serverless SaaS Workshop
- Full stack isolation
- SaaS Architecture
- Building a Multi-Tenant SaaS Solution Using Amazon EKS
- AWS SaaS Boost
Keep Exploring!!!
No comments:
Post a Comment