clowdhaus/AWS Lambda Code Signing GitHub Action

GitHub action which uses AWS Code Signer to sign ✍🏼 AWS Lambda artifacts 📦 from your pipeline

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
aws-regionAWS Region, e.g. us-east-2yes
client-request-tokenString that identifies the signing request. All calls after the first that use this token return the same response as the first callno
source-s3-bucketThe S3 bucket that contains the object to signyes
source-s3-keyKey name of the bucket object that contains your unsigned codeyes
source-s3-versionVersion of your source image in your version enabled S3 bucketyes
destination-s3-bucketThe S3 bucket in which to save your signed objectyes
destination-s3-prefixS3 object key prefix to prepend to your signed objectnosigned/
profile-nameThe name of the signing profileyes
profile-ownerThe AWS account ID of the signing profile ownerno
rename-signed-objectRename the generated signed object to match the original `sourceS3Key` with the `destinationS3Prefix`notrue
wait-until-successfulWait until the signed jobs complete successfullynotrue
max-wait-timeMaximum amount of time, in seconds, to wait for a job to complete successfullyno30
namedescription
job-idThe ID of your signing job
signed-object-keyThe S3 key of your signed object, as created by AWS Signer
renamed-signed-object-keyThe renamed S3 key of your signed object