hands-on lab

Validating AWS Lambda Code Using AWS Signer

Difficulty: Intermediate
Duration: Up to 1 hour
Students: 32
Rating: 5/5
Get guided in a real environmentPractice with a step-by-step scenario in a real, provisioned environment.
Learn and validateUse validations to check your solutions every step of the way.
See resultsTrack your knowledge and monitor your progress.

Description

AWS Lambda code signing is the practice of digitally signing source code packages for functions and layers. The goal of code signing is to ensure that only trusted code runs in your AWS Lambda functions.

AWS Signer is a fully-managed code-signing service that can be used to verify the integrity of your AWS Lambda code. Before your code is deployed, AWS Lambda will perform a series of validation checks which will determine whether to accept or reject the deployment package.

In this lab, you will work in the AWS console to configure code signing for an AWS Lambda function using AWS Signer. This lab also covers the signature validation process in detail, including the validation checks and policies that can be applied to your code signing configurations.

Learning Objectives

Upon completion of this intermediate-level lab, you will be able to:

  • Prepare an Amazon S3 bucket to store signed assets
  • Create an AWS Signer signing profile
  • Configure an AWS Lambda function code signing configuration
  • Initiate a signing job in AWS Signer

Intended Audience

  • Cloud Architects
  • DevOps Engineers
  • Software Engineers

Prerequisites

Familiarity with the following will be beneficial but is not required:

  • Amazon Simple Storage Service (S3)
  • AWS Lambda

The following content can be used to fulfill the prerequisite:

Environment before

Environment after

Covered topics

Lab steps

Logging In to the Amazon Web Services Console
Configuring an Amazon S3 Bucket to Store Signed Assets
Configuring a Signing Profile and Generate a Signature
Configuring Code Signing for AWS Lambda