Skip to content

Commit

Permalink
fixup! test: Add integration test for nlb with ecs
Browse files Browse the repository at this point in the history
  • Loading branch information
199911 committed Jun 21, 2024
1 parent 83762c1 commit 1d0d331
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/aws-cdk-lib/aws-ecs-patterns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,8 @@ const loadBalancedFargateService = new ecsPatterns.NetworkLoadBalancedFargateSer
```

```ts
import { Certificate } from 'aws-cdk-lib/aws-certificatemanager';

declare const cluster: ecs.Cluster;
const certificate = Certificate.fromCertificateArn(this, 'Cert', 'arn:aws:acm:us-east-1:123456:certificate/abcdefg');
const loadBalancedEcsService = new ecsPatterns.NetworkLoadBalancedEc2Service(this, 'Service', {
Expand Down

0 comments on commit 1d0d331

Please sign in to comment.