Thomas Ankcorn

Results 67 comments of Thomas Ankcorn

I was thinking that too! I'm still quite uncomfortable with single table design so it is taking a little trial and error. This library does so much lovely magic that...

I have made a start on this. I see the current GetAtt support is limited so I am planning to add support to generate providerURLs. I modified the function signature...

By serialized do you mean the storing and serializing arrays and objects? Dynamodb does support this. If you mean the ordering of the items it might be possible to do...

What purpose does the transaction serve? I see there are the blocking get results methods in the redis driver. Strugling to visualise exactly what this is doing because im not...

Appologies for the radio silence > @Ankcorn So Redis is used to sync queue and deliver results. It's used as a mutually exclusive lock implementation as well as a way...

That makes total sense, I will do some research and give it a go! Thank you

No my use case ended up being solved with pre aggregstions

Proposal 1: Have the event argument of the lambda be ```javascript [{ eventName: 'Modify', StreamViewType: 'NEW_IMAGE', Keys: {}, NewImage: { id: '12rt-34g3g', name: 'cat' }, OldImage: {} }] ``` Pro's...