Skip to content

Commit

Permalink
V2 construct definition
Browse files Browse the repository at this point in the history
  • Loading branch information
biffgaut committed Oct 19, 2021
1 parent 4b74a8b commit 83b0339
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ import * as acm from '@aws-cdk/aws-certificatemanager';
import * as cdk from "@aws-cdk/core";
import '@aws-cdk/assert/jest';
import * as defaults from '@aws-solutions-constructs/core';
import { Construct } from "@aws-cdk/core";

function GetFakeCertificate(scope: cdk.Construct, id: string): acm.ICertificate {
function GetFakeCertificate(scope: Construct, id: string): acm.ICertificate {
return acm.Certificate.fromCertificateArn(
scope,
id,
Expand Down

0 comments on commit 83b0339

Please sign in to comment.