Theo

Results 40 comments of Theo

same concern here. i followed example to add item/items to a list/array. got error > Invalid UpdateExpression: Incorrect operand type for operator or function; operator: ADD, operand type: MAP/LIST Sample...

was able to overcome with ```javascript const params = { ReturnValues: 'UPDATED_NEW', UpdateExpression: 'SET visits = list_append(visits, :newVisits), updatedAt = :updatedAt', ExpressionAttributeValues: { ':newVisits': visits, ':updatedAt': new Date().toISOString(), }, };...

yep, would be nice to catch this specific error and have a retry logic. is there anyone currently working on this and is it something that the maintainers are OK...

I am also facing a similar issue, not entirely sure what this means ![Tabby_MNkvdbb68i](https://user-images.githubusercontent.com/12129589/220638013-da86089e-95a4-44fc-bc9b-b14722ac6612.png)

I wanted to fallback to using version 8 below, but my runtime isn't supported :( To add more info that might help, this error happened when I introduced the usage...

it seems like it! this happen because there's an error within the application, and serverless-offline wasn't able to process the error because of DataCloneError, or there's a function inside the...

Hi @dwmkerr did you have some plan regarding this? I needed to fork the https://github.com/openshift/openshift-ansible repo reduce the memory check https://github.com/shierro/openshift-ansible/blob/release-3.9/roles/openshift_health_checker/openshift_checks/memory_availability.py#L16 before `make openshift` works on a `t2.medium` instance.. Can...

@ajmath seems like serverless-offline restarts when the scheduler triggers. i'm on a windows 10 machine, and i'm using [SNS offline](https://github.com/mj1618/serverless-offline-sns) this is some of the stack trace ``` opts {...

Yes same case with me. Jirecon user is not able to join. were you able to connect jirecon to XMPP server @khatanbaatar ?

Any update on this one mate? I'm also having issue with the campaign API, it does not return all campaigns that I have