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. What is Lambda? What is Lambda SnapStart?

Lambda 229
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.

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

AWS serverless services: Exploring your options

Dynatrace

Scalability. Finally, there’s scalability. Lambda functions can be written in the language of your choice, and the service also supports container tools. Amazon EventBridge: EventBridge to bridges the data gap between your applications and other services, such as Lambda or specific SaaS apps. Data Store.

article thumbnail

Accelerating Data: Faster and More Scalable ElastiCache for Redis

All Things Distributed

Since then we’ve introduced Amazon Kinesis for real-time streaming data, AWS Lambda for serverless processing, Apache Spark analytics on EMR, and Amazon QuickSight for high performance Business Intelligence. Amazon’s enhancements address many day-to-day challenges with running Redis.

article thumbnail

Cloudburst: stateful functions-as-a-service

The Morning Paper

Last week we looked at a function shipping solution to the problem; Cloudburst uses the more common data shipping to bring data to caches next to function runtimes (though you could also make a case that the scheduling algorithm placing function execution in locations where the data is cached a flavour of function-shipping too).

Lambda 98
article thumbnail

Embrace event-driven computing: Amazon expands DynamoDB with streams, cross-region replication, and database triggers

All Things Distributed

Streams provide you with the underlying infrastructure to create new applications, such as continuously updated free-text search indexes, caches, or other creative extensions requiring up-to-date table changes. An AWS Lambda function is a simpler option that you can use, as it only requires you to code the logic, set it, and forget it.

Database 167
article thumbnail

Radically speed up your code by fixing slow or frequent garbage collection

Dynatrace

However, garbage collection is one of the main sources of performance and scalability issues in any modern Java application. Depending on your application, you may be faced with one of these challenges: Slow garbage collection : This can impact your CPU massively and can also be the main reason for scalability issues.

Speed 165