skillfed

aws-cdk.aws-signer

The CDK Construct Library for AWS::Signer

aws-cdk-aws-signer v1.204.0 151.3K downloads/30d#10,938 on PyPI12,868
Permissive license Apache-2.0 Active released

What it is and what it does

This package is an AWS CDK Construct Library module that wraps AWS Signer, a managed code-signing service. It lets you define signing profiles and platforms as infrastructure-as-code constructs, specifying signature formats, algorithms, and validity periods for code bundles. The library provides pre-defined signing platforms (AWS_LAMBDA_SHA384_ECDSA, AWS_IOT_DEVICE_MANAGEMENT_SHA256_ECDSA, AMAZON_FREE_RTOS_TI_CC3220SF, AMAZON_FREE_RTOS_DEFAULT) that you can instantiate and configure declaratively.

The package depends on aws-cdk.core, constructs, jsii, publication, and typeguard. It is part of AWS CDK v1, which has been end-of-support since 2023-06-01 and is no longer receiving updates. New projects should use AWS CDK v2 instead; existing v1 users can continue to use this package but will not receive bug fixes or new features.

Use it for:

  • Define a signing profile for Lambda function code bundles with a specific signature algorithm and validity period.
  • Set up code-signing infrastructure for IoT device management using predefined AWS Signer platforms.
  • Declare signing templates as part of a larger CDK application to enforce code integrity across deployments.
  • Configure FreeRTOS code-signing profiles for embedded systems using AWS Signer platforms.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides AWS CDK constructs for defining code-signing infrastructure and signing profiles using AWS Signer, enabling you to configure code-signing templates and platforms declaratively in Python.

No—not for new projects. This is AWS CDK v1, which reached end-of-support on 2023-06-01 and is no longer updated. AWS explicitly recommends migrating to AWS CDK v2. If you are already on CDK v1 and need signing constructs, this package is stable and has no known vulnerabilities, but you should plan a migration. For new work, use the v2 equivalent instead.

Install

aws-cdk-aws-signer on PyPI

pip

pip install aws-cdk-aws-signer

uv

uv add aws-cdk-aws-signer

poetry

poetry add aws-cdk-aws-signer

Installing aws-cdk.aws-signer

Before you install

Low install friction with a stable dependency tree. However, this is an AWS CDK v1 package that reached end-of-support on 2023-06-01 and is no longer being updated; AWS recommends migrating to AWS CDK v2 for ongoing support.

License in practice

Licensed under Apache-2.0 (permissive), allowing use in commercial and open-source projects with minimal restrictions.

Quickstart

from aws_cdk import aws_signer as signer
from aws_cdk import core

class MyStack(core.Stack):
    def __init__(self, scope: core.Construct, id: str, **kwargs):
        super().__init__(scope, id, **kwargs)
        signing_profile = signer.SigningProfile(self, "SigningProfile",
            platform=signer.Platform.AWS_LAMBDA_SHA384_ECDSA
        )

AWS CDK v1 reached end-of-support on 2023-06-01 and is no longer updated; new projects should use AWS CDK v2.

Verify before relying

  • Whether existing v1 code can be mechanically migrated to v2 or requires substantial refactoring
  • Performance or feature parity between v1 and v2 signing constructs

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (~=3.7)
Install friction low — pure-Python wheel
Runtime dependencies 5 — aws-cdk.core, constructs, jsii, publication, typeguard
Maintenance actively maintained — 1,152 days since the last release
Last repo commit
First released
Downloads 151,271/month — #10,938 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: aws_cdk.aws_signer-1.204.0-py3-none-any.whl

Development Status :: 7 - InactiveFramework :: AWS CDKFramework :: AWS CDK :: 1Intended Audience :: DevelopersLicense :: OSI ApprovedOperating System :: OS IndependentProgramming Language :: JavaScriptProgramming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Typing :: Typed

Tags

aws cdk code signingaws signer constructscdk signing profileaws code integritycdk infrastructure signingsigning platform cdkaws lambda signing
aws-cdkend-of-lifeinfrastructure-as-code

More Build Tools packages

packaging

Provides reusable utilities for Python…

permissive · top 100 on PyPI

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

pip

pip is the standard installer for Python…

permissive · top 100 on PyPI

hatchling

Hatchling is a standards-compliant Python build…

permissive · top 100 on PyPI

grpcio-tools

Generates Python gRPC service stubs and message…

permissive · top 1,000 on PyPI

pre-commit

pre-commit is a framework for installing and…

permissive · top 1,000 on PyPI

aws-cdk.aws-cognito

Provides AWS CDK constructs for defining Amazon…

permissive · top 15,000 on PyPI

aws-msk-iam-sasl-signer-python

Generates IAM-signed SASL/OAUTHBEARER…

permissive · top 5,000 on PyPI

aws-request-signer

Signs HTTP requests using AWS Signature V4,…

permissive · top 15,000 on PyPI

aws-cdk.aws-imagebuilder

Provides AWS CDK L1 constructs for defining and…

permissive · top 15,000 on PyPI

aws-cdk.aws-codecommit

Provides AWS CDK constructs for creating and…

permissive · top 15,000 on PyPI

aws-cdk.aws-codeguruprofiler

Provides AWS CDK constructs for defining and…

permissive · top 15,000 on PyPI

aws-cdk.aws-sqs

Provides AWS CDK constructs for defining Amazon…

permissive · top 15,000 on PyPI

aws-cdk.aws-codestar-alpha

Provides AWS CDK constructs for AWS CodeStar…

permissive · top 15,000 on PyPI

aws-cdk.aws-ecr

Provides AWS CDK constructs for defining,…

permissive · top 15,000 on PyPI

aws-cdk.aws-sam

Provides AWS CDK v1 constructs for defining…

permissive · top 15,000 on PyPI