Service - Import Data
Overview
Orchestrates importing of objects/data into project.
Repository
https://bitbucket.org/izara-core-import-export-data/izara-core-import-data-import-data/src/master/
DynamoDB tables
Standard Config Table Per Service
Configuration tags
{
configKey: "objectType",
configTag: "xx" // {eg: sellOffer/Product/VariantProduct etc..}
configValue: {
createObectServiceName: "xx" // {service name service that handles this type}
}
},