article thumbnail

Hashnode Creates Scalable Feed Architecture on AWS with Step Functions, EventBridge and Redis

InfoQ

Hashnode created a scalable event-driven architecture (EDA) for composing feed data for thousands of users. The company used serverless services on AWS, including Lambda, Step Functions, EventBridge, and Redis Cache. The solution leverages Step Functions' distributed maps feature that enables high-concurrency processing.

article thumbnail

Dynatrace supports SnapStart for Lambda as an AWS launch partner

Dynatrace

Lambda serverless functions help developers innovate faster, scale easier, and reduce operational overhead, removing the burden of managing underlying infrastructure when updating and deploying code. Most enterprises use serverless functions as part of a broader hybrid environment, covering both cloud and traditional technologies.

Lambda 225
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Revisiting “Serverless Architectures”

The Symphonia

I started writing “ Serverless Architectures ” in May 2016. Fast forward to two years later and the article has had more than half a million visits, regularly appears in the top five Google search results for “Serverless”, and helped launched Symphonia ?—?my What is Serverless? I thought a few folks might be interested.

article thumbnail

Choosing a cloud DBMS: architectures and tradeoffs

The Morning Paper

Choosing a cloud DBMS: architectures and tradeoffs Tan et al., As it is infeasible to test every OLAP system runnable on AWS, we chose widely-used systems that represented a variety of architectures and cost models. Serverless o?erings Query performance is measured from both warm and cold caches. VLDB’19.

article thumbnail

Seamlessly Swapping the API backend of the Netflix Android app

The Netflix TechBlog

We went from an essentially serverless model in a monolithic service, to deploying and maintaining a new microservice that hosted our app backend endpoints. This allows the app to query a list of “paths” in each HTTP request, and get specially formatted JSON (jsonGraph) that we use to cache the data and hydrate the UI. It was a Node.js

Latency 233
article thumbnail

AWS serverless services: Exploring your options

Dynatrace

For many companies, the journey to modern cloud applications starts with serverless. While these serverless services provide strong business benefits due to their flexible on-demand usage and pricing model, they also introduce new complexities for observability. Amazon Web Services (AWS), offers a wide range of serverless solutions.

article thumbnail

Building an elastic query engine on disaggregated storage

The Morning Paper

When I think about cloud-native architectures, I think about disaggregation (enabling each resource type to scale independently), fine-grained units of resource allocation (enabling rapid response to changing workload demands, i.e. elasticity), and isolation (keeping tenants apart). joins) during query processing.

Storage 112