Skip to content

Commit

Permalink
cfn_nag
Browse files Browse the repository at this point in the history
  • Loading branch information
biffgaut committed Oct 19, 2021
1 parent c2b7c29 commit 4dbfea3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import { Aws, App, Stack } from "@aws-cdk/core";
import { AlbToLambda, AlbToLambdaProps } from "../lib";
import { generateIntegStackName } from '@aws-solutions-constructs/core';
import * as lambda from '@aws-cdk/aws-lambda';
import * as ec2 from '@aws-cdk/aws-ec2';
import * as elb from '@aws-cdk/aws-elasticloadbalancingv2';
import * as defaults from '@aws-solutions-constructs/core';

// Note: All integration tests for alb are for HTTP APIs, as certificates require
Expand Down

0 comments on commit 4dbfea3

Please sign in to comment.