# Why Invenco Migrated From Aurora Serverless v2 to Neon

DevFeed: [Why Invenco Migrated From Aurora Serverless v2 to Neon](<https://devfeed.tech/articles/why-invenco-migrated-from-aurora-serverless-v2-to-neon-5858.md>)

Original publisher: [Read original article](<https://neon.com/blog/why-invenco-migrated-from-aurora-serverless-v2-to-neon>)

Author: Carlota Soto

Published: 2024-11-05T18:12:25Z

Content type: comparison

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Serverless](<https://devfeed.tech/topics/serverless.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>), [dataset](<https://devfeed.tech/topics/dataset.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [case-studies](<https://devfeed.tech/tags/case-studies.md>), [community](<https://devfeed.tech/tags/community.md>), [concurrent](<https://devfeed.tech/tags/concurrent.md>), [cost](<https://devfeed.tech/tags/cost.md>), [database](<https://devfeed.tech/tags/database.md>), [scale](<https://devfeed.tech/tags/scale.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [synthetic](<https://devfeed.tech/tags/synthetic.md>)

## AI overview

Invenco migrated from Aurora Serverless v2 to Neon after Aurora struggled with concurrent connections from hundreds of AWS Lambda functions during traffic spikes. Neon's pgBouncer-based connection pooler improved performance, reduced database costs, and simplified non-production workflows through branching and reusable staging data.

## Source excerpt

Invenco runs a serverless architecture on AWS. They use Neon's connection pooler based on pgBouncer to manage the spiky traffic generated by hundreds of Lambdas--something Aurora Serverless v2 struggled with. By migrating to Neon, Invenco reduced database costs by 80%, improved pe...