Sequelize Update/save has no effect on Table row – Mysql
We have a MySql DB on AWS, and we are using Lambdas with CDK, built on Typescript. We have many CRUD operations across various lambdas. However, on one lambda, the update of a row on a Table is not working.…