Open cadentic opened 4 years ago
@sndpchatterjee07 and @spoutop any chance of fixing it properly. so that we can store the most necessary thing.
hi we will store those data on dynamodb. Dynamodb is a no-sql database which is a unique way of pricing for production environments. they charge based on read write operations and based on the sizes of the database and it has different setup option also eg. GSI or LSI etc. so we will do all the operations on JSON / Flat File etc for sessions and we will store some information on cloud databases . eg. user email , user role , permissions password and transactional information like invoices . and massaging will be encrypted only using javascript encryption functions; it will not be stored on the database at all. while sessions will be allocated then those jsons will be populated in the applications while sessions will be destroyed then only it will be flushed in and it will be populated back in applications during session allocation.
storing json on dynamoDB