Operations | Monitoring | ITSM | DevOps | Cloud

Serverless

The latest News and Information on Serverless Monitoring, Management, Development and related cloud technologies.

Step Functions in the Real World

AWS Serverless Hero Yan Cui and Sandeep Kumar, Principal Solutions Architect at Antstack explore AWS Step Functions and how you can solve complex business problems with them. During the webinar, they discuss the different use cases for Step Functions and how to use them effectively. Make sure to subscribe so you don't miss out on any new livestreams and observability content! With one-click distributed tracing, Lumigo lets developers effortlessly find and fix issues in serverless and containerized environments.

The Azure Hybrid tour

In this episode of our podcast, join us as we explore the world of hybrid and multi-cloud with Thomas, Senior Program Manager & Chief Evangelist for Azure Hybrid at Microsoft. Discover the significance of hybrid and multi-cloud in the enterprise market, learn about Microsoft's solutions for on-premise to cloud transition, and gain insights into the challenges and benefits of multi-cloud strategies. Thomas also shares valuable advice on continuous learning and embracing change in the tech industry. Tune in now for a deep dive into the dynamic world of Azure and cloud technology.

What is Azure CAF?

In this captivating podcast episode, dive into the world of Cloud Adoption Framework (CAF) with Mustafa Toroman, a seasoned Solution Architect and Microsoft Azure MVP. Gain valuable insights into CAF's importance for effective cloud adoption. Mustafa's expertise in cloud computing, Azure, and DevOps shines through as he shares practical advice. Explore implementing CAF, upskilling teams, and managing process changes. Discover Mustafa's successful author career with nine books, including "Hands on Cloud Administration in Azure." Tune in for expert insights and firsthand experiences in cloud adoption and Azure.

How to throw custom exceptions inside Logic Apps: Using default capabilities - Avoiding too many condition actions (Part III)

Welcome to the third part of this series of blog posts on How to throw custom exceptions inside Logic Apps. In this series of five blogs, I will cover throwing custom exceptions in Logic Apps. I will cover the following topics: In this third approach, we are going to do a considerable fine-tuning of the previous approach, keeping the same capability to define custom error messages but redesigning the business logic in order to minimize the number of actions and optimize performance.

Crash Course on Building and Monitoring AWS CDK Apps

In this webinar, learn how to use the AWS Cloud Development Kit (CDK) to build a complex microservice-based application and implement distributed tracing to monitor it. You'll be able to follow along with Thorsten Höeger, Cloud Automation Evangelist, and AWS CDK expert Michele Mancioppi, as they live-code an application that uses AWS Lambda with Node.js, and Amazon ECS with Java. Once built, you'll learn how you can apply distributed tracing to any AWS CDK-based application, in just a single line of code.

Logic App Best Practices, Tips, and Tricks: #29 How to validate if an Array is empty

In the last post, we addressed validating whether a string was null or empty. Today I will speak about another good Best practice, Tips, and Tricks that you must consider while designing your business processes (Logic Apps) and another usual validation requirement: How to validate if an Array is empty or not.