# Three key facts about serverless reliability

DevFeed: [Three key facts about serverless reliability](<https://devfeed.tech/articles/three-key-facts-about-serverless-reliability-11725.md>)

Original publisher: [Read original article](<https://www.gremlin.com/blog/three-key-facts-about-serverless-reliability>)

Author: Andre Newman

Published: 2025-04-08T00:00:00Z

Content type: article

Language: en

Sources: [Gremlin Blog](<https://devfeed.tech/sources/gremlin-blog.md>)

Topics: [Serverless](<https://devfeed.tech/topics/serverless.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [azure functions](<https://devfeed.tech/topics/azure-functions.md>)

Tags: [architectures](<https://devfeed.tech/tags/architectures.md>), [availability](<https://devfeed.tech/tags/availability.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [azure](<https://devfeed.tech/tags/azure.md>), [blog](<https://devfeed.tech/tags/blog.md>), [cloud-functions](<https://devfeed.tech/tags/cloud-functions.md>), [high-availability](<https://devfeed.tech/tags/high-availability.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [sre](<https://devfeed.tech/tags/sre.md>)

## AI overview

This article explains that serverless computing transfers server provisioning and maintenance responsibilities to cloud providers but does not guarantee application reliability. It emphasizes that teams retain control over code reliability and discusses risks such as outages, networking errors, and configuration changes.

## Source excerpt

Serverless means not managing servers, but you still need to consider reliability. In our latest blog, learn why and how to build resilient serverless applications.