[SOLVED] Code signed layer error

0

Trying to get code signing up and running on my Lambda functions. I have created a CSC and using the same AWS Signer profile I signed a layer zip stored in S3. My lambda function is configured using Node 14.x, as is my layer.

My layer zip structure is as follows:
/META_INF/aws_signer_signature_v1.0.SF
/nodejs/node_modules/...

When I try to add the signed layer version to the function I get the error:
"Lambda cannot deploy the function. The function or layer might be signed using a signature that the client is not configured to accept. Check the provided signature for arn:aws:lambda:us-west-2:ACCOUNT_ID:layer:LAYER_NAME:LAYER_VERSION."

I don't see why this would be occurring since everything has been signed with the same signing profile. Has anyone else gotten this to work? Is there something I have missed to configure?

Edited by: deif-zhost on May 31, 2021 10:06 AM

질문됨 3년 전795회 조회
1개 답변
0

I used the signing profile arn instead of the signing profile VERSION arn

답변함 3년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠