Skip to content

Commit

Permalink
test(ecs-patterns): update l3 fargate integ tests
Browse files Browse the repository at this point in the history
Previously, there were duplicate ALB fargate services being spun up.
This adds integ tests for NLB fargate services. Also gives integ test
stacks unique names.
  • Loading branch information
SoManyHs committed May 12, 2021
1 parent 114f7cc commit bbc0be0
Show file tree
Hide file tree
Showing 8 changed files with 507 additions and 1,878 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { App, Stack } from '@aws-cdk/core';
import { ApplicationLoadBalancedFargateService } from '../../lib';

const app = new App();
const stack = new Stack(app, 'aws-ecs-integ');
const stack = new Stack(app, 'aws-ecs-integ-alb-fb-https');
const vpc = new Vpc(stack, 'Vpc', { maxAzs: 2 });
const cluster = new Cluster(stack, 'Cluster', { vpc });

Expand Down
Loading

0 comments on commit bbc0be0

Please sign in to comment.