We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14172d commit 1570d36Copy full SHA for 1570d36
packages/@aws-cdk/aws-lambda/README.md
@@ -49,11 +49,6 @@ to our CDK project directory. This is especially important when we want to share
49
this construct through a library. Different programming languages will have
50
different techniques for bundling resources into libraries.
51
52
-When using `fromAsset` or `fromInline`, you can obtain the hash of source
53
-through the `function.codeHash` property. This property will return `undefined`
54
-if the code hash cannot be calculated during synthesis (e.g. when using code
55
-from an S3 bucket).
56
-
57
### Versions and Aliases
58
59
You can use
0 commit comments