signer

class moto.signer.models.SignerBackend(region_name, account_id)

Implementation of signer APIs.

Example usage

@mock_signer
def test_signer_behaviour:
    boto3.client("signer")
    ...

Implemented features for this service

  • [ ] add_profile_permission

  • [X] cancel_signing_profile

  • [ ] describe_signing_job

  • [ ] get_signing_platform

  • [X] get_signing_profile

  • [ ] list_profile_permissions

  • [ ] list_signing_jobs

  • [X] list_signing_platforms

    Pagination is not yet implemented. The parameters category, partner, target are not yet implemented

  • [ ] list_signing_profiles

  • [ ] list_tags_for_resource

  • [X] put_signing_profile

    The following parameters are not yet implemented: SigningMaterial, Overrides, SigningParamaters

  • [ ] remove_profile_permission

  • [ ] revoke_signature

  • [ ] revoke_signing_profile

  • [ ] start_signing_job

  • [ ] tag_resource

  • [ ] untag_resource