Page updated Nov 20, 2023

Fullstack previews (Coming soon)

Coming soon: Fullstack previews is still under development.

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:

previews

  1. Your main (production branch) and featureA branch is deployed on Amplify
  2. You and your team work on featureA until it's ready
  3. featureA branch is updated to main HEAD and then a pull request to main is opened
  4. The pull request preview is deployed on Amplify and available at pr-1.appid.amplifyapp.com
  5. Once the pull request is merged to main, the request is closed and the fullstack environment is also automatically torn down