Skip to content

Commit

Permalink
viperlight updates
Browse files Browse the repository at this point in the history
  • Loading branch information
biffgaut committed Dec 29, 2021
1 parent 9b6e1b8 commit 7d38647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .viperlightignore
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,5 @@ source/patterns/@aws-solutions-constructs/aws-alb-lambda/test/integ.publicApiNew
source/patterns/@aws-solutions-constructs/aws-alb-lambda/test/integ.twoTargets.expected.json:198
source/patterns/@aws-solutions-constructs/aws-alb-lambda/test/integ.privateApiExistingResources.expected.json:1063
source/patterns/@aws-solutions-constructs/aws-alb-lambda/test/integ.publicApiExistingResources.expected.json:1063
source/patterns/@aws-solutions-constructs/aws-alb-fargate/test/integ.all-new-two-targets.expected.json:1003
source/patterns/@aws-solutions-constructs/aws-alb-fargate/test/integ.all-new-public-http.expected.json:976
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const stack = new Stack(app, defaults.generateIntegStackName(__filename), {
});
stack.templateOptions.description = 'Integration Test for public HTTP API with new VPC, LoadBalancer and Service and 2 targets';

// const testEcrRepoArn = 'arn:aws:ecr:us-east-1:515290864834:repository/biffapi';
const image = ecs.ContainerImage.fromRegistry('nginx');

const testProps: AlbToFargateProps = {
Expand Down

0 comments on commit 7d38647

Please sign in to comment.