- Infrastructure for webhook integration notification system.
- Infrastructure for workflow invocation
- API sends events to the ChangelogManager
- ChangelogManager puts events on SNS
- SQS subscribes to SNS and triggers Even_Lambda
- EventLambda checks with postgres which events should be routed to which API endpoints
- Service lambda receives payload from frontend
- Payload is validated and authorization to invoke workflow determined (TODO)
- Payload attributes persisted
- Workflow initiated