PublishVersionSettings.

CodeSha256 Property

Summary

The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the $LATEST version for the publication to succeed.
Assembly
Cake.AWS.Lambda.dll
Namespace
Cake.AWS.Lambda
Containing Type
PublishVersionSettings

Syntax

public string CodeSha256 { get; set; }

Value

Type Description
string