Skip to content

Commit 4ba3d1f

Browse files
Elad Ben-IsraelNiranjan Jayakar
Elad Ben-Israel
and
Niranjan Jayakar
authored
Update packages/@aws-cdk/aws-lambda/lib/code.ts
Co-Authored-By: Niranjan Jayakar <nija@amazon.com>
1 parent 9d6c458 commit 4ba3d1f

File tree

1 file changed

+1
-1
lines changed
  • packages/@aws-cdk/aws-lambda/lib

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-lambda/lib/code.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export interface CodeConfig {
107107
readonly inlineCode?: string;
108108

109109
/**
110-
* The hash of the lambda code (if applicable).
110+
* The hash of the lambda code (if applicable). `undefined` if it cannot be computed.
111111
*/
112112
readonly codeHash?: string;
113113
}

0 commit comments

Comments
 (0)