article thumbnail

Fast key-value stores: an idea whose time has come and gone

The Morning Paper

After all, we’ve been doing that forever with the 2nd-level cache of ORMs , and it is highly encouraged in e.g. the AWS Lambda programming model — which was born on the cloud— to help mitigate function start-up times. Yes, a bit like those 2nd-level caches we were talking about earlier, e.g. Ehcache from 2003 onwards. Who knew! ;).

Cache 79
article thumbnail

Continuous Integration / Continuous Delivery on AWS

The Symphonia

Back in the Dim And Distant Past of 2003 I even co-led an open source project that brought some at-the-time interesting innovations to this area. CodePipeline can also be more efficient than CodeBuild by itself since it can overlap concurrent executions. for cross region build, test or deployment), etc.

AWS 40