open-next-cdk
Version:
Deploy a NextJS app using OpenNext packaging to serverless AWS using CDK
35 lines (34 loc) • 928 B
JSON
{
"pagination": {
"ListApplications": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "applications"
},
"ListAssociatedAttributeGroups": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "attributeGroups"
},
"ListAssociatedResources": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "resources"
},
"ListAttributeGroups": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "attributeGroups"
},
"ListAttributeGroupsForApplication": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "attributeGroupsDetails"
}
}
}