dimkir / aws-multitenant-architecture-quickstart

Serverless port for AWS Multi Tenant Architecture Concept (check website)
https://www.slideshare.net/AmazonWebServices/deconstructing-saas-a-deep-dive-into-building-multitenant-solutions-on-aws-arc407-reinvent-2017
0 stars 0 forks source link

How to configure dependent service urls? #2

Open dimkir opened 5 years ago

dimkir commented 5 years ago

This assumes that all urls at deploy time are known, but as we deploy each to a different function, we have different urls... :

image

And this is how they're configured:

Dev

image

Prod

image

dimkir commented 5 years ago

Should we create single web-controller for all of the functions?