Defines a Code Signing Config.
import { CodeSigningConfig } from 'aws-cdk-lib/aws-lambda';Or use the module namespace:
import * as lambda from 'aws-cdk-lib/aws-lambda';
// lambda.CodeSigningConfigConfiguration passed to the constructor as CodeSigningConfigProps.
signingProfilesRequiredISigningProfile[]List of signing profiles that defines a trusted user who can sign a code package.
descriptionOptionalstringCode signing configuration description.
Default: - No description.
untrustedArtifactOnDeploymentOptionalUntrustedArtifactOnDeploymentCode signing configuration policy for deployment validation failure. If you set the policy to Enforce, Lambda blocks the deployment request if signature validation checks fail. If you set the policy to Warn, Lambda allows the deployment and creates a CloudWatch log.
Default: UntrustedArtifactOnDeployment.WARN
Everything you need to know about AWS Lambda on one page. HD quality, print-friendly.
Download Free Infographicaws-lambda