Operations | Monitoring | ITSM | DevOps | Cloud

Latest Videos

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.

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.

Webinar: Automate serverless tasks with the Lumigo CLI

Serverless applications typically involve much more than just Lambda functions. Maybe you use EventBridge as an event bus, or you’re using SNS and SQS to fan-out messages to different Lambda functions. Here at Lumigo, we’re using serverless technologies to help you monitor and troubleshoot your serverless applications and we feel your pain. This is why we created the lumigo-cli, and in this webinar, we show you how you can use it to automate many of your chores and make your development flow smoother and easier!

Webinar: 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 and Lumigo Software Engineer Guy Moses discuss some of the power of GraphQL and AppSync and why AppSync + Lambda + DynamoDB should be your stack of choice.

Webinar How to Monitor Serverless Apps - Jan 2021

The software we write does not always work as smoothly as we'd like. To know if something went wrong, find the root cause, and fix the problem, we need to monitor our system and get alerts whenever issues pop up. There are many useful tools and practices for non-serverless applications. As we adopt serverless architecture can we continue to use the same approach? Unfortunately, the answer is no.

Webinar: Choosing the right messaging service for serverless apps

By nature, serverless applications are highly-distributed and event-driven, relying heavily on relaying events from one service to another. With that in mind, selecting the right messaging service for routing events is critical for your serverless application's functionality and performance.

Webinar: Building Serverless Flows with AWS Step Functions

AWS Step Functions are an emerging solution in the field of serverless architectures, as they provide capabilities to coordinate between many services. This webinar takes the "Right to be forgotten" (GDPR) workflow as an example of a hands-on AWS Step Functions tutorial: use-cases, difficulties, and solutions. Combining Cloudway's experience with Lumigo's monitoring and debugging solution, we provide a full framework to manage multiple subsystems into a single serverless flow and get the work done.

Webinar: How to Monitor Serverless Applications

The software we write does not always work as smoothly as we'd like. To know if something went wrong, find the root cause, and fix the problem, we need to monitor our system and get alerts whenever issues pop up. There are many useful tools and practices for non-serverless applications. As we adopt serverless architecture can we continue to use the same approach? Unfortunately, the answer is no.