David Lee

Results 30 comments of David Lee

Thank you for the explanation -- even after reading all the code and code comments and readme etc a few dozen times, its still not obvious :) Unfortunately Im off...

DynamoDB TTL is coarse grained and cannot be used for this. https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/howitworks-ttl. > DynamoDB typically deletes expired items within 48 hours of expiration. The exact duration within which an item...

Activity: none - because I get stuck using kscript from step 0 due to this -- so I cannot generate any 'activity'

I took a couple stabs at this and some related issues a few months back -- got about half way and stopped. My 'overview' analysis is that the project has...

Test lamba invocation is already supported using the invokeFunction task. I use it in my builds/tests regularly. Partituclarly useful is the ability to get the log events from the invocation....

For my uses, I found it better to keep the generated builds as totally seperate gradle builds and add the following: ``` task buildJavaSwagger( type: GradleBuild ,dependsOn: generateSwaggerCodeJavaSource) { group...

Same with gradle 3.0 , centos (ammended) Same with gradle 4.4.1

I reproduced this on a 'normal use case'; for streams, where the stream IDs are assigned by redis. Same results. Looking at the Log It is clear why These log...

IMHO, yes, a seperate module is the way to go. I belive usually when people thin of a 'jackson module' its not quite about conversion to/from JSON, rather its integration...

Same here. gave up.