cdk-lambda-subminute
Version:
A construct for deploying a Lambda function that can be invoked every time unit less than one minute.
35 lines (34 loc) • 878 B
JSON
{
"pagination": {
"ListDeviceIdentifiers": {
"input_token": "startToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "deviceIdentifiers"
},
"ListNetworkResources": {
"input_token": "startToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "networkResources"
},
"ListNetworkSites": {
"input_token": "startToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "networkSites"
},
"ListNetworks": {
"input_token": "startToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "networks"
},
"ListOrders": {
"input_token": "startToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "orders"
}
}
}