Fullstack previews (Coming soon)
Fullstack previews give you the ability to set up ephemeral fullstack environments on every pull request. This allows you to test features in isolation from production. Once available, a normal workflow will look like the diagram below:
- Your
main
(production branch) andfeatureA
branch is deployed on Amplify - You and your team work on
featureA
until it's ready featureA
branch is updated tomain
HEAD and then a pull request tomain
is opened- The pull request preview is deployed on Amplify and available at
pr-1.appid.amplifyapp.com
- Once the pull request is merged to
main
, the request is closed and the fullstack environment is also automatically torn down