amplify gen2 sandbox with existing stack

0

With command:

npx amplify generate config --app-id <id> --branch <branch> --format json --out-dir config

It correctly generate amplifyconfiguration.json file in config folders with correct IDs in it that correspond to <branch> already deployed stack.

But then with command:

npx amplify sandbox --config-out-dir ./config --format json

It don't care about whatever options I've tried and every time re-generate a complete fresh new stack with a new amplifyconfiguration.json file in project's root folder.

This is not what I want.

What I'd like is a sandbox that use backend stack from an already deployed branch (with seed data).

od
已提问 2 个月前141 查看次数
1 回答
0

use:

  • npx amplify sandbox --out-dir ./config --format json

and not:

  • npx amplify sandbox --**config-**out-dir ./config --format json like explained in official doc: - Generate client config
od
已回答 2 个月前
profile picture
专家
已审核 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则