1// Code generated by smithy-go-codegen DO NOT EDIT.
2
3// Package signer provides the API client, operations, and parameter types for AWS
4// Signer.
5//
6// AWS Signer is a fully managed code signing service to help you ensure the trust
7// and integrity of your code. AWS Signer supports the following applications: With
8// code signing for AWS Lambda, you can sign AWS Lambda deployment packages.
9// Integrated support is provided for Amazon S3, Amazon CloudWatch, and AWS
10// CloudTrail. In order to sign code, you create a signing profile and then use
11// Signer to sign Lambda zip files in S3. With code signing for IoT, you can sign
12// code for any IoT device that is supported by AWS. IoT code signing is available
13// for Amazon FreeRTOS (http://docs.aws.amazon.com/freertos/latest/userguide/) and
14// AWS IoT Device Management
15// (http://docs.aws.amazon.com/iot/latest/developerguide/), and is integrated with
16// AWS Certificate Manager (ACM)
17// (http://docs.aws.amazon.com/acm/latest/userguide/). In order to sign code, you
18// import a third-party code signing certificate using ACM, and use that to sign
19// updates in Amazon FreeRTOS and AWS IoT Device Management. For more information
20// about AWS Signer, see the AWS Signer Developer Guide
21// (http://docs.aws.amazon.com/signer/latest/developerguide/Welcome.html).
22package signer
23