Why cant I see add layer by ARN in my lamda layer option?

0

I already added necessary policy additionally :{ "Sid": "LambdaPermissions", "Effect": "Allow", "Action": [ "lambda:GetLayerVersion", "lambda:PublishLayerVersion", "lambda:AddLayerVersionPermission" ], "Resource": "*" } as I was not able to see the add layer by ARN option!

Enter image description here

Sapere
feita há um ano318 visualizações
1 Resposta
1
Resposta aceita

Hi - I assume that you are trying to add layer to a function. You have to go the function page and then add layer from there. Below is the screenshot

Enter image description here

Reference : Configuring functions to use layers

profile pictureAWS
ESPECIALISTA
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas