Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Make the solution SaaS compatible. #727

Open
1 task done
mariandumitrascu opened this issue Feb 17, 2025 · 1 comment
Open
1 task done

[Feature Request] Make the solution SaaS compatible. #727

mariandumitrascu opened this issue Feb 17, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@mariandumitrascu
Copy link

mariandumitrascu commented Feb 17, 2025

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?

  • 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
@mariandumitrascu mariandumitrascu changed the title [Feature Request] [Feature Request] Make the solution SaaS compatible. Feb 17, 2025
@statefb statefb added enhancement New feature or request and removed needs-triage labels Feb 18, 2025
@statefb
Copy link
Contributor

statefb commented Feb 18, 2025

Related: #659, #720

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants