Operations | Monitoring | ITSM | DevOps | Cloud

Lumigo

7 Tips for Rock-Solid Serverless CICD

The DevOps infinity loop is a visualization that everyone reading this article is likely familiar with, and one that comfortably predates serverless computing. Yet despite the peculiarities of developing within the serverless paradigm, it’s still what guides our approach to CICD. But while the zoomed-out view might be the same, when it comes to adjusting for serverless, the devil is in the details.

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.

Provisioned Concurrency - the end of cold starts

AWS today announced Provisioned Concurrency, an exciting feature to allow Lambda customers to not have to worry about cold starts anymore. And we at Lumigo are proud to be an official launch partner for AWS Provisioned Concurrency. In this post we’ll drill into the problems cold starts pose, explore how Provisioned Concurrency resolves them, and explain some rough edges you need to understand when it comes to working with this new feature.