Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
All Content tagged with AWS Signer
AWS Signer is a fully managed code signing service to ensure trust and integrity of your code.
Content language: English
Select tags to filter
Sort by most recent
13 results
EXPERT
published 4 months ago1 votes291 views
This blog post summarizes key highlights from the AWS re:Invent 2024 session "Securing Amazon ECS workloads with AWS Signer and Amazon GuardDuty" presented by Mai Nishitani, Senior Solutions Architect...
I am making an API call to S3 using boto3 with the following code, which is working as expected:
```
import boto3
boto3.set_stream_logger(name='botocore')
s3 = boto3.resource(
's3',
aws_acce...
I need to perform signing/verification and/or encryption/decryption using a key present in hsm. To elaborate, I wan to fetch the key from aws cloudhsm and the use that key to perform crypto operations...
Hello!
Is there a way one can easily retrieve the **code signing signature** of a binary that has been successfully signed by AWS Code Signer with a Code Signing Profile for AWS FreeRTOS? So essentia...
I'm getting the error "Signing failed: Invalid file" when I try to sign a file with AWS Signer. I am sure that the file exists and that I have access to it. I cannot find any explanation for this erro...
How to sign a custom image locally with AWS Signer, before pushing to private ECR repo?
And how to automate verification of image when it is pulled from private repo?
Can we validate code-signing for Lambda@Edge as its applicable for some of the aws services and I go thru the limitation its not mentioned there that aws lambda@edge doesn't support code-signing. Plea...
Hi All,
I'm currently trying to implement an integration in an Edge function to call a Lambda Function through an FunctionUrl which has IAM as auth-type.
I originally followed this blog post available...
How to use Appsync Http Resolver with AWS services which expected post but without an request body?
I try to make a request to this endpoint: `https://docs.aws.amazon.com/codeartifact/latest/APIRefer...
I read in some very old posts that you need to get permission. I am trying to write something for myself on my Macbook using Cocoa Framework. I just want to retrieve data from Amazon Product Advertisi...
Hi,
I'd like to know if it's possible to sign the code of a lambda function using AWS signer if the lambda uses the AppConfig layer?
The AWS Signer documentation states that to sign a lambda that inte...
I am currently using the AWS Signer service for lambda functions. We have changed the architecture using AWS organization and control tower setup, therefore I want to implement Central AWS Signer Prof...