cdk-lambda-subminute
Version:
A construct for deploying a Lambda function that can be invoked every time unit less than one minute.
29 lines (28 loc) • 745 B
JSON
{
"pagination": {
"ListAppAuthorizations": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "appAuthorizationSummaryList"
},
"ListAppBundles": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "appBundleSummaryList"
},
"ListIngestionDestinations": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "ingestionDestinations"
},
"ListIngestions": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "ingestions"
}
}
}