Service - Catalog (handlers)
Revision as of 03:32, 20 December 2020 by Sven the Barbarian (talk | contribs)
Overview
New catalog services can be added as long as they expose the needed resources (Lambda functions, SNS queues).
Handler Services
DynamoDB tables
- Each catalog service will manage its own tables according to it's needs
Notes
- Catalog handlers are responsible for making changes to their category trees, for example calculating the final filter object for parent CategoryTreeNodes when a child CategoryTreeNode changes. This will involve calls to category tree handler service to pull the required data, and then calls to category tree handler to perform the add/update/delete tasks.