Service - Catalog (handlers)
Jump to navigation
Jump to search
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.