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
preguntada hace un año318 visualizaciones
1 Respuesta
1
Respuesta aceptada

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
EXPERTO
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas