Signing Serverless Lambda code with GitHub Actions

Code signatures help prevent unauthorized code execution. They bridge trust between build and execution environments. This post shows you how to sign AWS Lambda function code built with GitHub Actions.
Background
In November 2020 AWS released support for signing AWS Lambda code. Lambda function owners can specify signing verification…