---
title: "How to develop locally using serverless offline"
url: https://daily.dev/posts/how-to-develop-locally-using-serverless-offline-y-4-c3-fe
source_url: https://fauna.com/blog/develop-using-serverless-offline
type: article
source: "Fauna"
author: "Fauna Inc"
published: 2022-01-05T23:28:31.348Z
updated: 2026-03-15T04:52:49.482Z
tags: ["aws", "faunadb", "general-programming", "serverless"]
reading_time: 9
upvotes: 30
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How to develop locally using serverless offline

**[Fauna](https://daily.dev/sources/fauna)** · [@fauna641](https://daily.dev/fauna641) · 9 min read · 30 upvotes · 0 comments

## Summary

The serverless offline plugin for Node.js allows you to emulate AWS Lambda and API Gateway on a local machine. The plugin starts an HTTP server locally to handle request lifecycles and invoke handlers. Developers can freely make changes to their code and run tests locally without worrying about impacting the rest of their team.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://fauna.com/blog/develop-using-serverless-offline>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#aws](https://daily.dev/tags/aws), [#faunadb](https://daily.dev/tags/faunadb), [#general-programming](https://daily.dev/tags/general-programming), [#serverless](https://daily.dev/tags/serverless)

[View this post on daily.dev](https://daily.dev/posts/how-to-develop-locally-using-serverless-offline-y-4-c3-fe)
