Skip to content

Commit

Permalink
fix framework unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Francis <colifran@amazon.com>
  • Loading branch information
colifran committed Dec 11, 2023
1 parent 2db1c20 commit 3c81f54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/* eslint-disable prettier/prettier,max-len */
import * as path from "path";
import { Construct } from "constructs";
import { Stack } from "../../lib/stack";
import { CustomResourceProviderBase } from "../../lib/custom-resource-provider/custom-resource-provider-base";
import { CustomResourceProviderOptions } from "../../lib/custom-resource-provider/shared";
import { Stack, CustomResourceProviderBase, CustomResourceProviderOptions } from "../../lib";

export class TestProvider extends CustomResourceProviderBase {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ export class TestProvider extends lambda.SingletonFunction {
}
}

/**
* Initialization properties for TestProvider
*/
export interface CdkSingletonFunctionProps extends lambda.FunctionOptions {
/**
* A unique identifier to identify this Lambda.
Expand Down

0 comments on commit 3c81f54

Please sign in to comment.