@@ -42,7 +42,7 @@ The tables below present a feature matrix for Gen 1 customers who are considerin
42
42
43
43
| Feature | Gen 1 | Gen 2 |
44
44
| ---| ---| ---|
45
- | Configure username | Yes | Yes with CDK |
45
+ | Configure username | Yes | [ Yes with CDK] ( /[platform]/build-a-backend/auth/modify-resources-with-cdk/ ) |
46
46
| Configure email | Yes | Yes |
47
47
| Configure phone number | Yes | Yes |
48
48
| Facebook | Yes | Yes |
@@ -60,10 +60,10 @@ The tables below present a feature matrix for Gen 1 customers who are considerin
60
60
| Auth trigger templates: Email Domain Filtering (allowlist) | Yes | Yes |
61
61
| Auth trigger templates: Override ID Token Claims | Yes | Yes |
62
62
| 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/ ) |
67
67
| MFA login (on/off/optional) | Yes | Yes |
68
68
| MFA: SMS | Yes | Yes |
69
69
| MFA: TOTP | Yes | Yes |
@@ -75,8 +75,8 @@ The tables below present a feature matrix for Gen 1 customers who are considerin
75
75
| Oauth flow: Configure redirect URIs | Yes | Yes |
76
76
| Ability to set a friendly name for User Pool | Yes | Yes |
77
77
| 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/ ) |
80
80
| Auth configuration in console | Yes | No |
81
81
| First class OIDC support | No | Yes |
82
82
| First class SAML support | No | Yes |
@@ -187,25 +187,27 @@ The tables below present a feature matrix for Gen 1 customers who are considerin
187
187
| Function templates: Hello World | Yes | Yes |
188
188
| Function templates: Lambda trigger | Yes | Yes |
189
189
| 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/ ) |
197
197
| Lambda layers | Yes | No |
198
198
199
199
200
200
### Other categories
201
201
202
202
<InlineFilter filters = { [' android' , ' swift' ]} >
203
203
204
+ [ Amplify JS Auth API documentation] ( /[platform]/build-a-backend/auth/connect-your-frontend/ )
205
+
204
206
| Feature | Gen 1 | Gen 2 |
205
207
| ---| ---| ---|
206
208
| 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/ )
209
211
| Predictions | Yes| No
210
212
| Interactions| Yes| No
211
213
@@ -216,7 +218,7 @@ The tables below present a feature matrix for Gen 1 customers who are considerin
216
218
| Feature | Gen 1 | Gen 2 |
217
219
| ---| ---| ---|
218
220
| 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/ )
220
222
| Geo| No| No
221
223
| Predictions | No| No
222
224
| Interactions| No| No
@@ -227,11 +229,11 @@ The tables below present a feature matrix for Gen 1 customers who are considerin
227
229
228
230
| Feature | Gen 1 | Gen 2 |
229
231
| ---| ---| ---|
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/ )
235
237
236
238
</InlineFilter >
237
239
0 commit comments