UNPKG

@cdklabs/cdk-ecs-codedeploy

Version:

CDK Constructs for performing ECS Deployments with CodeDeploy

5 lines (4 loc) 330 B
import { createPaginator } from "@smithy/core"; import { CodeDeployClient } from "../CodeDeployClient"; import { ListDeploymentGroupsCommand, } from "../commands/ListDeploymentGroupsCommand"; export const paginateListDeploymentGroups = createPaginator(CodeDeployClient, ListDeploymentGroupsCommand, "nextToken", "nextToken", "");