We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4a772 commit fbfb4c9Copy full SHA for fbfb4c9
1 file changed
GEN2_MIGRATION_GUIDE.md
@@ -159,11 +159,11 @@ on the Gen1 API that matches the Gen2 `AuthRole` naming pattern:
159
160
```json
161
{
162
- "adminRoleNames": ["amplify-${appName}"]
+ "adminRoleNames": ["amplify-${trimmedAppName}"]
163
}
164
```
165
166
-> Where `${appName}` is the first 10 characters of your Gen1 application name. Gen2 role names
+> Where `${trimmedAppName}` is the first 10 characters of your Gen1 application name. Gen2 role names
167
> are trimmed to this prefix, so this pattern allows access from **any** Gen2 environment (branch).
168
169
Once added, redeploy the app by running `amplify push`.
0 commit comments