You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: