You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the solution to be SaaS compatible. That is, each deployment should have a TenantID associated, and be able to be deployed multiple times on the same aws account.
Why the solution needed
We are planning to use this solution with several of our clients. But they need a SAAS eco-system.
Additional context
Add any other context or screenshots about the feature request here.
Implementation feasibility
Are you willing to collaborate with us to discuss the solution, decide on the approach, and assist with the implementation?
Yes, I am able to implement the feature and create a pull request.
We developed a version that is SaaS compatible and has TenantID associated with each deployment.
TenantID is:
part of all primary stack names and exported variables.
added as environment variable to all code projects
cognito user pool has the TenantId in the name and also users have now TenantId attribute
all lambda functions have TenantId in their environment variables
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Make the solution to be SaaS compatible. That is, each deployment should have a TenantID associated, and be able to be deployed multiple times on the same aws account.
Why the solution needed
We are planning to use this solution with several of our clients. But they need a SAAS eco-system.
Additional context
Add any other context or screenshots about the feature request here.
Implementation feasibility
Are you willing to collaborate with us to discuss the solution, decide on the approach, and assist with the implementation?
We developed a version that is SaaS compatible and has TenantID associated with each deployment.
TenantID is:
The text was updated successfully, but these errors were encountered: