# Fullstack Serverless CI/CD in AWS Amplify Hosting with Postgres Database Branching

DevFeed: [Fullstack Serverless CI/CD in AWS Amplify Hosting with Postgres Database Branching](<https://devfeed.tech/articles/fullstack-serverless-ci-cd-in-aws-amplify-hosting-with-postgres-database-branching-5298.md>)

Original publisher: [Read original article](<https://neon.com/blog/fullstack-serverless-ci-cd-in-aws-amplify-hosting-with-postgres-database-branching>)

Author: Stephen Siegert

Published: 2024-03-06T23:50:49Z

Content type: tutorial

Language: en

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

Topics: [CI/CD](<https://devfeed.tech/topics/cicd.md>)

Tags: [astro](<https://devfeed.tech/tags/astro.md>), [aws](<https://devfeed.tech/tags/aws.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [community](<https://devfeed.tech/tags/community.md>), [database](<https://devfeed.tech/tags/database.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [testing](<https://devfeed.tech/tags/testing.md>)

## AI overview

A guide to integrating AWS Amplify Hosting CI/CD with Neon Postgres database branching so environment and feature branches receive isolated databases. It covers deploying a serverless SSR application, with a Nuxt and Amplify Gen 2 example.

## Source excerpt

This post will guide you through integrating AWS Amplify Hosting CI/CD with Neon Postgres with a focus on testing your application's environment or feature branches using real data enabled by Neon's database branching. This architecture automates your workflow and ensures each ne...