Skip to content

Commit 2226dc2

Browse files
authored
Add links in feature matrix (#8374)
* Add links in feature matrix * Add links in feature matrix
1 parent 07ccb57 commit 2226dc2

File tree

1 file changed

+24
-22
lines changed
  • src/pages/[platform]/start/migrate-to-gen2

1 file changed

+24
-22
lines changed

src/pages/[platform]/start/migrate-to-gen2/index.mdx

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The tables below present a feature matrix for Gen 1 customers who are considerin
4242

4343
| Feature | Gen 1 | Gen 2 |
4444
|---|---|---|
45-
| Configure username | Yes | Yes with CDK |
45+
| Configure username | Yes | [Yes with CDK](/[platform]/build-a-backend/auth/modify-resources-with-cdk/) |
4646
| Configure email | Yes | Yes |
4747
| Configure phone number | Yes | Yes |
4848
| Facebook | Yes | Yes |
@@ -60,10 +60,10 @@ The tables below present a feature matrix for Gen 1 customers who are considerin
6060
| Auth trigger templates: Email Domain Filtering (allowlist) | Yes | Yes |
6161
| Auth trigger templates: Override ID Token Claims | Yes | Yes |
6262
| Auth trigger templates: Custom Auth Challenge Flow| Yes | No |
63-
| Configure default password policy | Yes | Yes with CDK |
64-
| Configure read/write capabilities for attributes | Yes | Yes with CDK |
65-
| Oauth flow: Configure authorization v implicit grant | Yes | Yes with CDK |
66-
| Admin queries | Yes | Yes with CDK |
63+
| Configure default password policy | Yes | [Yes with CDK](/[platform]/build-a-backend/auth/modify-resources-with-cdk/) |
64+
| Configure read/write capabilities for attributes | Yes | [Yes with CDK](/[platform]/build-a-backend/auth/modify-resources-with-cdk/) |
65+
| Oauth flow: Configure authorization v implicit grant | Yes | [Yes with CDK](/[platform]/build-a-backend/auth/modify-resources-with-cdk/) |
66+
| Admin queries | Yes | [Yes with CDK](/[platform]/build-a-backend/auth/modify-resources-with-cdk/) |
6767
| MFA login (on/off/optional) | Yes | Yes |
6868
| MFA: SMS | Yes | Yes |
6969
| MFA: TOTP | Yes | Yes |
@@ -75,8 +75,8 @@ The tables below present a feature matrix for Gen 1 customers who are considerin
7575
| Oauth flow: Configure redirect URIs | Yes | Yes |
7676
| Ability to set a friendly name for User Pool | Yes | Yes |
7777
| Unauthenticated logins | Yes | Yes |
78-
| Custom attributes | Yes | Yes with CDK |
79-
| Oauth flow: Configure domain name prefix | Yes | Yes with CDK |
78+
| Custom attributes | Yes | [Yes with CDK](/[platform]/build-a-backend/auth/modify-resources-with-cdk/) |
79+
| Oauth flow: Configure domain name prefix | Yes | [Yes with CDK](/[platform]/build-a-backend/auth/modify-resources-with-cdk/) |
8080
| Auth configuration in console | Yes | No |
8181
| First class OIDC support | No | Yes |
8282
| First class SAML support | No | Yes |
@@ -187,25 +187,27 @@ The tables below present a feature matrix for Gen 1 customers who are considerin
187187
| Function templates: Hello World | Yes | Yes |
188188
| Function templates: Lambda trigger | Yes | Yes |
189189
| Function logs in console | Yes | Yes |
190-
| Function resource access permissions: geo | Yes | Yes with CDK |
191-
| Function resource access permissions: analytics | Yes | Yes with CDK |
192-
| Function runtime: .NET 6 | Yes | Yes with CDK |
193-
| Function runtime: Go | Yes | Yes with CDK |
194-
| Function runtime: Java | Yes | Yes with CDK |
195-
| Function runtime: JavaScript | Yes | Yes with CDK |
196-
| Function runtime: Python | Yes | Yes with CDK |
190+
| Function resource access permissions: geo | Yes | [Yes with CDK](/[platform]/build-a-backend/functions/grant-access-to-other-resources/#using-cdk) |
191+
| Function resource access permissions: analytics | Yes | [Yes with CDK](/[platform]/build-a-backend/functions/grant-access-to-other-resources/#using-cdk) |
192+
| Function runtime: .NET 6 | Yes | [Yes with CDK](/[platform]/build-a-backend/functions/custom-functions/) |
193+
| Function runtime: Go | Yes | [Yes with CDK](/[platform]/build-a-backend/functions/custom-functions/) |
194+
| Function runtime: Java | Yes | [Yes with CDK](/[platform]/build-a-backend/functions/custom-functions/) |
195+
| Function runtime: JavaScript | Yes | [Yes with CDK](/[platform]/build-a-backend/functions/custom-functions/) |
196+
| Function runtime: Python | Yes | [Yes with CDK](/[platform]/build-a-backend/functions/custom-functions/) |
197197
| Lambda layers | Yes | No |
198198

199199

200200
### Other categories
201201

202202
<InlineFilter filters={['android', 'swift']}>
203203

204+
[Amplify JS Auth API documentation](/[platform]/build-a-backend/auth/connect-your-frontend/)
205+
204206
| Feature | Gen 1 | Gen 2 |
205207
|---|---|---|
206208
| REST API| Yes| No
207-
| Analytics| Yes| Yes with custom CDK
208-
| Geo| Yes| Yes with custom CDK
209+
| Analytics| Yes| [Yes with custom CDK](/[platform]/build-a-backend/add-aws-services/analytics/)
210+
| Geo| Yes| [Yes with custom CDK](/[platform]/build-a-backend/add-aws-services/geo/)
209211
| Predictions | Yes| No
210212
| Interactions| Yes| No
211213

@@ -216,7 +218,7 @@ The tables below present a feature matrix for Gen 1 customers who are considerin
216218
| Feature | Gen 1 | Gen 2 |
217219
|---|---|---|
218220
| REST API| Yes| Yes with custom CDK
219-
| Analytics| Yes| Yes with custom CDK
221+
| Analytics| Yes| [Yes with custom CDK](/[platform]/build-a-backend/add-aws-services/analytics/)
220222
| Geo| No| No
221223
| Predictions | No| No
222224
| Interactions| No| No
@@ -227,11 +229,11 @@ The tables below present a feature matrix for Gen 1 customers who are considerin
227229

228230
| Feature | Gen 1 | Gen 2 |
229231
|---|---|---|
230-
| REST API| Yes| Yes with custom CDK
231-
| Analytics| Yes| Yes with custom CDK
232-
| Geo| Yes| Yes with custom CDK
233-
| Predictions | Yes| Yes with custom CDK
234-
| Interactions| Yes| Yes with custom CDK
232+
| REST API| Yes| [Yes with custom CDK](/[platform]/build-a-backend/add-aws-services/rest-api/)
233+
| Analytics| Yes| [Yes with custom CDK](/[platform]/build-a-backend/add-aws-services/analytics/)
234+
| Geo| Yes| [Yes with custom CDK](/[platform]/build-a-backend/add-aws-services/geo/)
235+
| Predictions | Yes| [Yes with custom CDK](/[platform]/build-a-backend/add-aws-services/predictions/)
236+
| Interactions| Yes| [Yes with custom CDK](/[platform]/build-a-backend/add-aws-services/interactions/)
235237

236238
</InlineFilter>
237239

0 commit comments

Comments
 (0)