Kevin Toala
Kevin Toala
Hello, When I try to use a condition in a transaction I see that we have an error because getUpdateItemInput (https://github.com/benhutchins/dyngoose/blob/9945366910bed440c24340040ac0144f6f50789c/src/query/update-item-input.ts#L18) expects the parameters with the UpdateItemInputParams type but the...
Hello We tried in our project to change a lambda from nodejs to llrt using the construct https://github.com/tmokmss/cdk-lambda-llrt but when executing the lambda we received the following error: ERROR ReferenceError:...
Hi 👋 In our company we have different applications for clients, for stores, backoffice, etc... Is there a way with growthbook that when obtaining the features flag in each app...
Increment Operator in Dyngoose set Method Does Not Work When Initial Value Matches Increment Value
Hi everyone, When attempting to increment a value using the set method with the "increment" operator in Dyngoose, if the existing value of the attribute matches the value specified for...
Hi everyone 👋 I am testing the plugin and can configure everything without any issues. Our app appears as an option to share information, but when selecting the app, there’s...
We recently needed to add a ComplexFilter to a condition when saving an object because we required an OR condition. However, at the moment, the save function only supports the...