Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tenant-management): decouple the event processing using a connec…
…tor and an orchestrator service (#33) ## Description This PR adds an overridable event connector to avoid coupling with AWS CodeBuild and make the provisioning and other actions event driven. This also adds an orchestrator service intended to help consumers deploy a supporting serverless application as a common target for the control plane events. The invocation flow in the orchestrator service is the following: ![image](https://github.com/user-attachments/assets/d8ea5e4e-421a-4bf5-82f9-b5feb1907a2b) GH-17 Fixes #17 ## Type of change - [x] New feature (non-breaking change which adds functionality) ## How Has This Been Tested? - [x] Testing in the sandbox application ## Checklist: - [x] Performed a self-review of my own code - [x] npm test passes on your machine - [x] New tests added or existing tests modified to cover all changes - [x] Code conforms with the style guide - [x] API Documentation in code was updated - [ ] Any dependent changes have been merged and published in downstream modules
- Loading branch information