Skip to content

Commit 3b93ca0

Browse files
author
AWS
committed
AWS Amplify UI Builder Update: Amplify Studio UIBuilder is introducing forms functionality. Forms can be configured from Data Store models, JSON, or from scratch. These forms can then be generated in your project and used like any other React components.
1 parent 3f3f7c5 commit 3b93ca0

File tree

3 files changed

+1127
-80
lines changed

3 files changed

+1127
-80
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Amplify UI Builder",
4+
"contributor": "",
5+
"description": "Amplify Studio UIBuilder is introducing forms functionality. Forms can be configured from Data Store models, JSON, or from scratch. These forms can then be generated in your project and used like any other React components."
6+
}

services/amplifyuibuilder/src/main/resources/codegen-resources/paginators-1.json

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"output_token": "nextToken",
66
"result_key": "entities"
77
},
8+
"ExportForms": {
9+
"input_token": "nextToken",
10+
"output_token": "nextToken",
11+
"result_key": "entities"
12+
},
813
"ExportThemes": {
914
"input_token": "nextToken",
1015
"output_token": "nextToken",
@@ -16,6 +21,12 @@
1621
"limit_key": "maxResults",
1722
"result_key": "entities"
1823
},
24+
"ListForms": {
25+
"input_token": "nextToken",
26+
"output_token": "nextToken",
27+
"limit_key": "maxResults",
28+
"result_key": "entities"
29+
},
1930
"ListThemes": {
2031
"input_token": "nextToken",
2132
"output_token": "nextToken",

0 commit comments

Comments
 (0)