Skip to content

Commit

Permalink
docstring
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 f857264 commit 2db1c20
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ export abstract class CdkCustomResourceClass extends ClassType {
export: true,
extends: [LAMBDA_MODULE.FunctionOptions],
properties: [uuid, lambdaPurpose],
docs: {
summary: `Initialization properties for ${this.name}`,
},
});

const superProps = new ObjectLiteral([
Expand Down

0 comments on commit 2db1c20

Please sign in to comment.