aws-cdk.aws-signer
The CDK Construct Library for AWS::Signer
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-signeruv
uv add aws-cdk-aws-signerpoetry
poetry add aws-cdk-aws-signerInstalling 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
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
aws-cdk.aws-cognitoProvides AWS CDK constructs for defining Amazon…
permissive · top 15,000 on PyPI
aws-msk-iam-sasl-signer-pythonGenerates IAM-signed SASL/OAUTHBEARER…
permissive · top 5,000 on PyPI
aws-request-signerSigns HTTP requests using AWS Signature V4,…
permissive · top 15,000 on PyPI
aws-cdk.aws-imagebuilderProvides AWS CDK L1 constructs for defining and…
permissive · top 15,000 on PyPI
aws-cdk.aws-codecommitProvides AWS CDK constructs for creating and…
permissive · top 15,000 on PyPI
aws-cdk.aws-codeguruprofilerProvides AWS CDK constructs for defining and…
permissive · top 15,000 on PyPI
aws-cdk.aws-sqsProvides AWS CDK constructs for defining Amazon…
permissive · top 15,000 on PyPI
aws-cdk.aws-codestar-alphaProvides AWS CDK constructs for AWS CodeStar…
permissive · top 15,000 on PyPI
aws-cdk.aws-ecrProvides AWS CDK constructs for defining,…
permissive · top 15,000 on PyPI
aws-cdk.aws-samProvides AWS CDK v1 constructs for defining…
permissive · top 15,000 on PyPI