<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/how-dispatch-speeds-up-development-with-neon-while-keeping-workloads-on-aurora-itjx7x8fg" -->

---
title: How Dispatch speeds up development with Neon while...
description: Dispatch, a last-mile delivery platform, uses Neon alongside AWS Aurora Global to accelerate their development workflow without fully migrating production...
canonical: https://daily.dev/posts/how-dispatch-speeds-up-development-with-neon-while-keeping-workloads-on-aurora-itjx7x8fg
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: How Dispatch speeds up development with Neon while keeping workloads on Aurora | daily.dev
og:description: Dispatch, a last-mile delivery platform, uses Neon alongside AWS Aurora Global to accelerate their development workflow without fully migrating production...
og:url: https://daily.dev/posts/how-dispatch-speeds-up-development-with-neon-while-keeping-workloads-on-aurora-itjx7x8fg
og:image: https://api.daily.dev/og/posts/iTJX7x8fG.png
og:image:alt: How Dispatch speeds up development with Neon while keeping workloads on Aurora
og:image:width: 1200
og:image:height: 630
og:locale: 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 Dispatch speeds up development with Neon while keeping workloads on Aurora

**[Neon](https://daily.dev/sources/neontech)** · 5 min read · 0 upvotes · 0 comments

## Summary

Dispatch, a last-mile delivery platform, uses Neon alongside AWS Aurora Global to accelerate their development workflow without fully migrating production workloads. They leverage Neon's branching model to create isolated ephemeral environments populated with sanitized data synced from Aurora via AWS DMS. A custom Kubernetes operator automates branch creation for each new environment. Neon read replicas are also used to offload ETL and analytics queries from their primary Aurora cluster, reducing contention. The setup avoids the need to copy large datasets manually and enables fast, isolated testing for feature teams.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://neon.com/blog/how-dispatch-speeds-up-development-with-neon-while-keeping-workloads-on-aurora>

## Similar posts on daily.dev

- [Branching as the Environment: How Sharing Excess Ships Faster on Neon](https://daily.dev/posts/branching-as-the-environment-how-sharing-excess-ships-faster-on-neon-ktetjquif) · Neon · 4 upvotes · 0 comments

---

Tags: [#aws](https://daily.dev/tags/aws), [#kubernetes](https://daily.dev/tags/kubernetes), [#postgresql](https://daily.dev/tags/postgresql)

[View this post on daily.dev](https://daily.dev/posts/how-dispatch-speeds-up-development-with-neon-while-keeping-workloads-on-aurora-itjx7x8fg)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"How Dispatch speeds up development with Neon while keeping workloads on Aurora","url":"https://daily.dev/posts/how-dispatch-speeds-up-development-with-neon-while-keeping-workloads-on-aurora-itjx7x8fg","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/how-dispatch-speeds-up-development-with-neon-while-keeping-workloads-on-aurora-itjx7x8fg"},"datePublished":"2026-07-09T06:57:46.555Z","dateModified":"2026-07-09T07:00:09.524Z","description":"Dispatch, a last-mile delivery platform, uses Neon alongside AWS Aurora Global to accelerate their development workflow without fully migrating production...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/92d8669eb7a01aece33e64f3465d69bd?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/92d8669eb7a01aece33e64f3465d69bd?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Neon","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Neon","logo":"https://media.daily.dev/image/upload/s--65EDghou--/f_auto/v1724339118/logos/neontech","url":"https://daily.dev/sources/neontech"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/how-dispatch-speeds-up-development-with-neon-while-keeping-workloads-on-aurora-itjx7x8fg","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"aws,kubernetes,postgresql","timeRequired":"PT5M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Neon","item":"https://daily.dev/sources/neontech"},{"@type":"ListItem","position":3,"name":"How Dispatch speeds up development with Neon while keeping workloads on Aurora"}]}
```

