Skip to content

Commit

Permalink
docs(lambda): fix link for bundling asset code (#11847)
Browse files Browse the repository at this point in the history
Fixes: #11846

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
trivikr authored Dec 3, 2020
1 parent 7458a91 commit 384bb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runtime code.
limited to supported runtimes and the code cannot exceed 4KiB.
* `lambda.Code.fromAsset(path)` - specify a directory or a .zip file in the local
filesystem which will be zipped and uploaded to S3 before deployment. See also
[bundling asset code](#Bundling-Asset-Code).
[bundling asset code](#bundling-asset-code).

The following example shows how to define a Python function and deploy the code
from the local directory `my-lambda-handler` to it:
Expand Down

0 comments on commit 384bb04

Please sign in to comment.