Giter VIP home page Giter VIP logo

Comments (8)

mhart avatar mhart commented on September 26, 2024

I suspect this must be an issue with your user permissions – the layer itself allows lambda:GetLayerVersion to be called from any Principal.

Try adding the lambda:GetLayerVersion permissions to the user explicitly and see if that works:

https://docs.aws.amazon.com/lambda/latest/dg/lambda-api-permissions-ref.html#permissions-resources-layers

from git-lambda-layer.

lucianvacaroiu avatar lucianvacaroiu commented on September 26, 2024

Experiencing the same when deploying from Serverless

User: arn:aws:iam::886182114158:user/silviulucian-alt is not authorized to perform: lambda:GetLayerVersion on resource: arn:aws:lambda:us-east-1:553035198032:layer:git:3 (Service: AWSLambdaInternal; Status Code: 403; Error Code: AccessDeniedException; Request ID: ebbb27dc-0d1b-11e9-b997-7b10317a7e42).

As with romaninsh's account above, this user is a

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": "*",
      "Resource": "*"
    }
  ]
}

from git-lambda-layer.

mhart avatar mhart commented on September 26, 2024

Well if it works from the AWS console, then I think everything must be fine on the layer end – so I still suspect it's some sort of permissions issue on your end.

Do you have the same problem with any other layers? eg, https://github.com/RafalWilinski/serverless-puppeteer-layers

from git-lambda-layer.

lucianvacaroiu avatar lucianvacaroiu commented on September 26, 2024

Aaaa, right, I feel silly I didn't check to see if it worked with another layer first. Same error. I'll keep digging and get back when I figured it out.

from git-lambda-layer.

lucianvacaroiu avatar lucianvacaroiu commented on September 26, 2024

Alrighty, figured it out: I copied and pasted the layer arn blindly and kept us-east-1 in there as the region. My lambda is deployed in eu-west-1 however. Everything started chooching just fine once I changed the region in the layer arn to match the one I was using.

from git-lambda-layer.

romaninsh avatar romaninsh commented on September 26, 2024

@silviulucian I am also deployed in EU region. Thanks for the possible fix idea!

from git-lambda-layer.

mhart avatar mhart commented on September 26, 2024

This is documented under the ARNs: https://github.com/lambci/git-lambda-layer#version-arns

I might add it to the getting started too

from git-lambda-layer.

romaninsh avatar romaninsh commented on September 26, 2024

Yes was confused because the same ARN worked the same.

from git-lambda-layer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.