Skip to content

Commit fec4641

Browse files
fix(deps): upgrade dependencies (#426)
Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/cdk-ecs-codedeploy/actions/runs/7890818183 ------ *Automatically created by projen via the "upgrade-main" workflow*
1 parent 505044d commit fec4641

File tree

4 files changed

+177
-177
lines changed

4 files changed

+177
-177
lines changed

API.md

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ecs-patterns/application-load-balanced-codedeployed-fargate-service.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { Duration } from 'aws-cdk-lib';
22
import { Alarm, AlarmRule, ComparisonOperator, CompositeAlarm, IAlarm } from 'aws-cdk-lib/aws-cloudwatch';
33
import { EcsApplication, EcsDeploymentConfig, EcsDeploymentGroup, IEcsDeploymentConfig } from 'aws-cdk-lib/aws-codedeploy';
4-
import { BaseService, DeploymentControllerType } from 'aws-cdk-lib/aws-ecs';
4+
import { BaseService, DeploymentControllerType, HealthCheck } from 'aws-cdk-lib/aws-ecs';
55
import { ApplicationLoadBalancedFargateService, ApplicationLoadBalancedFargateServiceProps } from 'aws-cdk-lib/aws-ecs-patterns';
6-
import { ApplicationListener, ApplicationProtocol, ApplicationTargetGroup, HealthCheck, TargetType } from 'aws-cdk-lib/aws-elasticloadbalancingv2';
6+
import { ApplicationListener, ApplicationProtocol, ApplicationTargetGroup, TargetType } from 'aws-cdk-lib/aws-elasticloadbalancingv2';
77
import { BlockPublicAccess, Bucket, BucketEncryption, IBucket } from 'aws-cdk-lib/aws-s3';
88
import { Schedule } from 'aws-cdk-lib/aws-synthetics';
99
import { Construct } from 'constructs';

0 commit comments

Comments
 (0)