Service - Catalog (handlers): Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
(Created page with "= Overview = New catalog services can be added as long as they expose the needed resources (Lambda functions, SNS queues). = Handler Services = * Service - Catalog Standa...")
 
No edit summary
 
Line 10: Line 10:


* Each catalog service will manage its own tables according to it's needs
* 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 =
= Working documents =

Latest revision as of 03:32, 20 December 2020

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)