Tenant Onboarding Customization #101
Unanswered
chandanadatta9
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Hi @chandanadatta9 , are you to provide more details as to what "custom logic" you'd like to run? Based on what you wrote above, there are a couple ways this can be supported:
Those are the options I can think of. Based on the purpose of the custom logic and what you are trying to do, I would go with either option 1 or 2. If you're able to share, we might be able to recommend one option over another or provide another suggestion. Hope that helps! |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have quick question on Tenant Onboarding Flow customization on the Control Plane Side.
Currently Control plane creates an API Gateway with POST /tenants endpoint forwarding to tenant management lambda function to create tenants and as part of this the lambda function first puts the request onto DynamoDB and then creates a control plane event which will then be picked up by CoreUtilsAppPlane.
Now is there a way we can customize after receiving request on POST /tenants endpoint and after storing on DynamoDB before it sends a controlplaneevent, would like to have custom logic run and based on that we would like to then put a message on Event Bus
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions