Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
improve the doc about the code signing
  • Loading branch information
pahud authored Sep 19, 2024
1 parent 17be13f commit b44f6b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/aws-cdk-lib/aws-lambda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1326,6 +1326,8 @@ When enabled, AWS Lambda checks every code deployment and verifies that the code
For more information, see [Configuring code signing for AWS Lambda](https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html).
The following code configures a function with code signing.

Please note the code will not be automatically signed before deployment. To ensure your code is properly signed, you'll need to conduct the code signing process either through the AWS CLI (Command Line Interface) [start-signing-job](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/signer/start-signing-job.html) or by accessing the AWS Signer console.

```ts
import * as signer from 'aws-cdk-lib/aws-signer';

Expand Down

0 comments on commit b44f6b6

Please sign in to comment.