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

Implementing AWS well-architected pillars with automated workflows

Dynatrace

If you use AWS cloud services to build and run your applications, you may be familiar with the AWS Well-Architected framework. But this workflow can also help you implement your applications according to each of the AWS Well-Architected pillars.  Beyond efficiency, validating performance thresholds is also crucial for revenues.

AWS 240
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

Dynatrace supports SnapStart for Lambda as an AWS launch partner

Dynatrace

Dynatrace is proud to be an AWS launch partner in support of Amazon Lambda SnapStart. For AWS Lambda, the largest contributor to startup latency is the time spent initializing an execution environment, which includes loading function code and initializing dependencies. Understand and optimize your architecture.

Lambda 218
article thumbnail

AWS EKS Monitoring as a Self-Service with Dynatrace

Dynatrace

REDIS for caching. AWS EKS for Integration and Production. MaaSS for Cloud Architects: Deployment and Architecture Validations. When focusing on the LanguageController service we learn that it’s currently deployed in three pods across three EKS nodes across two AWS Availability Zones (AZ). 4 AWS EFS monitoring.

AWS 127
article thumbnail

Kubernetes in the wild report 2023

Dynatrace

Most Kubernetes clusters in the cloud (73%) are built on top of managed distributions from the hyperscalers like AWS Elastic Kubernetes Service (EKS), Azure Kubernetes Service (AKS), or Google Kubernetes Engine (GKE). Cloud-hosted Kubernetes clusters are on par to overtake on-premises deployments in 2023.

article thumbnail

Choosing a cloud DBMS: architectures and tradeoffs

The Morning Paper

Choosing a cloud DBMS: architectures and tradeoffs Tan et al., If you’re moving an OLAP workload to the cloud (AWS in the context of this paper), what DBMS setup should you go with? We focused on OLAP-oriented parallel data warehouse products available for AWS and restricted our attention to commercially available systems.

article thumbnail

Revisiting “Serverless Architectures”

The Symphonia

I started writing “ Serverless Architectures ” in May 2016. I was a little restricted in my thinking the first time around and I’ve come to see FaaS as something not quite stateless, since caching state in a Lambda instance that might stick around for 5 hours is a perfectly reasonable idea. I thought a few folks might be interested.