Rod Howarth

Results 9 comments of Rod Howarth

I haven't found a proper resolution yet, though for now I've gone with the workaround of changing Joi.Date to Joi.String for the field as I've already validated the date elsewhere...

I think the problem here is that BatchGetItems just doesn't work for >1mb results. The problem is in the code here: https://github.com/ryanfitz/vogels/blob/master/lib/batch.js#L51 After you get UnprocessedKeys (due to 1mb limit),...

Cool, I've added an issue on Dynogels (actively maintained fork of this repo) and submitted a PR there: https://github.com/clarkie/dynogels/issues/78

Is there any workaround known for this? Or is this stopping Vogels from supporting conditional writes completely?

@clarkie I realised that the issue we were investigating wasn't actually related to this. We were just trying to use 'ConditionExpression' without changing the setting for overwrite and had an...

I think the key thing (which isn't clear in their docs, and is what was confusing me when I commented on this ticket initially) is that the conditional expressions are...

In that case, would you be able to do `overwrite = true` with just a condition expression of `#n :x`? so it will overwrite it only if that key doesn't...

I was thinking along those lines as well, I was having a bit of difficulty working out how to get the custom classes injected in when using codegen, but I'll...

Thanks Christopher, I have confirmed that the mt.js is loaded through the alert as you suggested, but still no go. My workaround for the moment is this: ``` html Buildaform...