diff --git a/src/cli/commands/deploy/actions.ts b/src/cli/commands/deploy/actions.ts index 803cc2852..f7210a9b2 100644 --- a/src/cli/commands/deploy/actions.ts +++ b/src/cli/commands/deploy/actions.ts @@ -43,7 +43,9 @@ import { } from '../../operations/deploy/post-deploy-config-bundles'; import { setupHttpGateways } from '../../operations/deploy/post-deploy-http-gateways'; import { enableOnlineEvalConfigs } from '../../operations/deploy/post-deploy-online-evals'; +import { toStackName } from '../import/import-utils'; import type { DeployResult } from './types'; +import { StackSelectionStrategy } from '@aws-cdk/toolkit-lib'; export interface ValidatedDeployOptions { target: string; @@ -248,7 +250,13 @@ export async function handleDeploy(options: ValidatedDeployOptions): Promise