简体   繁体   中英

How to use a single amplify backend for multiple apps in a Mono repo?

I have created two react apps inside a Mono repo and I want to use a single amplify backend to the both apps. where should I amplify init in my Mono repo.

You should init Amplify at the root of your workspace.

I use Nx for managing the Monorepo, and this is my foldr structure:

amplify

apps

  • app1
  • app2
  • app3

amplify.yml

Check also this

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM