The presenter argues that the multi-tenancy model used in the example is pooled. However, it feels to me that it can be seen as pooled storage, siloed authentication and authorization. Sure, one DynamoDB table is shared by multiple tenants, but each tenant has its own user pool and policies.
From how I understood, it pools "heavy" or "costly" resources. Eg. you wouldn't want to provision for each tenant a new DynamoDB table with 100 Capacity Units each. You would rather provision one big table with 1000 Capacity units and pool this table between tenants. Whereas for User Pools - IFAIK there's no huge cost implications of creating a new UserPool for each user.... HTH
Unfortunately this doesnt do justice to the client side. This looks like multi tneant multi pool which is still not possible with aws amplify library...
Slides for the talk are here www.slideshare.net/AmazonWebServices/deconstructing-saas-a-deep-dive-into-building-multitenant-solutions-on-aws-arc407-reinvent-2017
@@onemator Thanks for sharing! I watch a lot of these videos but I am not sure how to find the Github repo. Can you suggest how can I find them for such reInventvideos?
The presenter argues that the multi-tenancy model used in the example is pooled. However, it feels to me that it can be seen as pooled storage, siloed authentication and authorization. Sure, one DynamoDB table is shared by multiple tenants, but each tenant has its own user pool and policies.
From how I understood, it pools "heavy" or "costly" resources. Eg. you wouldn't want to provision for each tenant a new DynamoDB table with 100 Capacity Units each. You would rather provision one big table with 1000 Capacity units and pool this table between tenants. Whereas for User Pools - IFAIK there's no huge cost implications of creating a new UserPool for each user.... HTH
Unfortunately this doesnt do justice to the client side. This looks like multi tneant multi pool which is still not possible with aws amplify library...
Slides for the talk are here www.slideshare.net/AmazonWebServices/deconstructing-saas-a-deep-dive-into-building-multitenant-solutions-on-aws-arc407-reinvent-2017
Where can I download the PDF and application code?
@@onemator Thanks for sharing! I watch a lot of these videos but I am not sure how to find the Github repo. Can you suggest how can I find them for such reInventvideos?
me: want to drop a small multi-tenant website this evening
aws: