[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年前782ビュー
1回答
0

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

回答済み 3年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ