Kirk Morales

Results 3 comments of Kirk Morales

@jcrugzz I think it could be a basic int value. So: `Table.update({ id: '...', counterField: 1 });` would translate to `counterField = counterField + 1` while `Table.update({ id: '...', counterField:...

Hey @hovaesco! While we could just continue to run things in local containers, it would be nice to have an environment that more closely mimics SPCS. Specifically, inter-service communications and...