Archive

AWS’s new JavaScript Runtime-LLRT

AWS’s New JavaScript Runtime-LLRT

Introduction To start with, LLRT (Low Latency Runtime) is a lightweight JavaScript Runtime created to meet the increasing demand for efficient and fast serverless applications. For startups, it offers 10X faster speed and 2X faster total reduced cost as compared to the rest of the JavaScript Runtimes that are running on AWS Lambda. LLRT is built in Rust, ...
serverless

Advantages and Pitfalls of Serverless Architecture

There are many definitions of what serverless is. NIST or the National Institute of Standards and Technology defines serverless as providing resource pooling, rapid elasticity, and measured service in an opaque manner to the end-user. On the other hand, Knative has its definition of the same. Their understanding of serverless is based upon the outcome. If ...