Skip to content

Commit

Permalink
test(ecs-patterns): update l3 fargate integ tests
Browse files Browse the repository at this point in the history
This adds integ tests for NLB fargate services -- previously, there were
duplicate ALB fargate services being spun up. Also gives integ test
stacks unique names.
  • Loading branch information
SoManyHs committed May 12, 2021
1 parent c1060ef commit b62304e
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 b62304e

Please sign in to comment.