KumologicaHQ / kumologica-support

3 stars 0 forks source link

DyanmoDB "UpdateItem" Support #3

Closed sparkyrider closed 3 years ago

sparkyrider commented 3 years ago

Kumologica supports DynamoDB "PutItem" support, however, there is not support for "UpdateItem". This requires 2db calls (one to grab the item, throw it in memory, then "Put" the item with the new information added.

Is "UpdateItem" possible to enable inside of Kumologica?

bjq-dev commented 3 years ago

We are assessing feasibility of this change and timeline. It has definitely merit to have this operation supported. I will update with more information in next few days.

sparkyrider commented 3 years ago

Awesome, thanks so much. This tool has helped a ton.

bjq-dev commented 3 years ago

updateItem operation will be included into upcoming 2.0.9 release. We are planning for 2.0.9 release some time next week: 18.04.21 - 24.04.21

sparkyrider commented 3 years ago

Awesome, thanks. Is there a beta release channel anywhere that we could subscribe to?

jteso commented 3 years ago

We don't have beta release channel for core nodes yet. However if you are interested, we will be soon releasing the beta version of our Kumologica SDK that you can use to develop your own nodes. If you are interested in participate in the beta testing, you can use our contact form from our website to request early access.

sparkyrider commented 3 years ago

Yes, that would be awesome, it actually may help with the other issue I opened #4 regarding MySQL. I'll reach out, thanks so much!

bjq-dev commented 3 years ago

kumologica designer 2.0.9 in pre-release testing

bjq-dev commented 3 years ago

Changes released in designer 2.1.0

Important Note: All existing kumologica flows that need updateItem operation must change project.json kumologica-runtime dependency to runtime version: ^2.1.0.

New projects created by designer 2.1.0 by default use new runtime version of 2.1.0

sparkyrider commented 3 years ago

Update-Item works great, thanks again!