Service - Catalog (handlers)

From Izara Wiki
Revision as of 03:32, 20 December 2020 by Sven the Barbarian (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

Working documents

Catalog (handlers)