Operations | Monitoring | ITSM | DevOps | Cloud

Lumigo

Why your next serverless project should use AWS AppSync

GraphQL APIs offer a number of advantages over REST APIs, such as solving the “N+1 requests” problem. And AppSync makes building scalable and performant GraphQL APIs much easier because it takes care of all the infrastructure concerns for you. In this webinar, AWS Serverless Hero Yan Cui discusses the power of GraphQL and AppSync and why AppSync + Lambda + DynamoDB should be your stack of choice in 2021 and beyond!

Lambda Extensions Just Got Even Better

AWS announced AWS Lambda Extensions back in October 2020 and I wrote extensively about it at the time – what it is, how it works, and why you should care. In short, Lambda Extensions allow operational tools to integrate with your Lambda functions and run either in-process alongside your code or in a separate process. To better understand the problems they solve and their use cases, please read my previous article.

Webinar: Boost up your serverless applications with Amazon EventBridge

EventBridge makes it easy to build event-driven architectures using data from your own applications, Software-as-a-Service (SaaS) applications, and AWS services. In this webinar, AWS Solution Architect Sarah Fallah-Adl, and Lumigo's, Lead Solution Engineer, Timi Petrov, present how to remove the friction of writing "point-to-point" integrations with Amazon EventBridge. They will then share best practices for working with EventBridge and serverless apps.

3 Major Ways To Improve AWS Lambda Performance

This piece was originally three different blogs but is now one. In this piece, we lay out three ways you can improve your AWS Lambda performance. So much has been written about Lambda cold starts. It’s easily one of the most talked-about and yet, misunderstood topics when it comes to Lambda. Depending on who you talk to, you will likely get different advice on how best to reduce cold starts.

Webinar: How Medtronic Tripled Serverless Development Velocity

In this webinar, experts from Medtronic and Lumigo review the architecture and monitoring setup of Medtronic's AWS serverless environment, which processes more than a billion Lambda requests a month. They will show real-world examples of how the Medtronic serverless dev team quickly finds areas for improvement and acts on them.

Introducing Stackoscope For Serverless Applications

Here at Lumigo, we are focused on helping customers succeed with serverless and make it easier for them to build and run serverless applications in production. We love serverless and operate one of the largest serverless systems out there as we ingest and process billions of events from our customers. One thing many customers have asked us for help with is to identify misconfigured resources or places where they can improve by following best practices.

Webinar: Understanding Serverless Observability with AWS and Lumigo

Serverless experts from AWS and Lumigo go over how to add monitoring, logging, and distributed tracing to your serverless applications. Learn how to track serverless health metrics by getting visibility and alerts on specific serverless issues. Then troubleshoot using visual serverless maps, correlated AWS services, and logs to understand what service requires attention to keep high levels of application reliability.

Webinar: How Serverless is Changing the Cost Paradigm

-One of the key characteristics of serverless components is the pay-per-use pricing model. For example, with AWS Lambda, you don’t pay for the uptime of the underlying infrastructure but just the number of invocations and how long your code actually runs. This removes the need for many micro-optimizations. As a result, many applications would run at a fraction of the cost if they were moved to serverless.