Operations | Monitoring | ITSM | DevOps | Cloud

Serverless

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

Google Cloud Platform Serverless Ingestion into Splunk

If you have or plan to collect data from Google Cloud Platform (GCP), you will have noticed that your option of ingesting data has been by using Splunk’s Google Cloud Platform Add-On. However, many customers are adopting “serverless” cloud services to deliver their cloud solutions. There are many reasons for this, but mainly it provides solutions that do not require any overheads of server or container management, that scale and is delivered as a part of their cloud platform.

Lumigo announces ISO 27001 & 27799 certification

Lumigo is pleased to announce that it has achieved ISO 27001 and ISO 27799 (HIPAA compliance) certification. The certifications require the company to undergo annual auditing to ensure it meets exacting standards for its information security procedures and handling of Protected Health Information.

How to optimize AWS Lambda performance

AWS Lambda has become the most widely used deployment pattern for serverless applications. It allows developers to set aside worrying about server provisioning, maintenance, idle capacity management and scaling, and instead to focus solely on writing business logic. But that’s not entirely true. Because while Lambda is a self-managed AWS service, it still requires careful design to get the best performance out of the computation capabilities it provides.

Six people on the cutting edge of serverless modernization

Serverless is a quickly-maturing technology and, if you’ve followed its evolution over the past several years, you’ve likely seen a host of great (and not-so-great) documentation of its technology and practices. Now that serverless is a much more mainstream topic for reputable outfits to report on, it’s become easier to comb through serverless fact and fiction in the media.

Dependency Injection in Azure Functions

This blog focuses on implementing the Dependency Injection design pattern to the Azure Functions. For a better understanding of Dependency Injection and Azure Function, Let’s take a simple Cab booking validation scenario, in which there will be a Function app implemented with the Dependency Injection that validates the user email Id that is valid or not. Before diving into the orchestration, let us know what the Dependency Injection is.

Serverless *Can* Be for Everyone - Let's Build It That Way

Serverless can bring opportunities by making DevOps more accessible to folks new to the industry. It can also bring opportunities to folks already in the industry that want to spend more time focusing on adding business value. But many technologists, seasoned or otherwise, hear a lot about serverless but don’t always know how to get started.