Random User
Random User

Reputation: 619

How to add an AWS layer to a function using ARN specification

I am trying to add a predefined layer, but I can't find the AWS console where to do it as indicated by the guide. https://docs.aws.amazon.com/lambda/latest/dg/adding-layers.html. Can someone please confirm where I can find that My UI looks as shown in the picture below? enter image description here

I can't seem to find that specific UI. I want to be able to find this interface described here: https://github.com/keithrozario/Klayers?tab=readme-ov-file#option-1-using-the-console

Upvotes: 0

Views: 20

Answers (1)

Christian Banfi
Christian Banfi

Reputation: 166

  1. Sign in to your AWS account.
  2. Navigate to Lambda functions.
  3. Open the function you want to add the layer to.
  4. Scroll down to Layers.
  5. Click on Add a layer. Layers information of an AWS lambda function.

Upvotes: 0

Related Questions