-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AccessDeniedException when calling the ListLayerVersions operation #49
Comments
Getting the same. Seems like the last publish might have messed with the image permissions? |
Hi, thanks for reporting. We are unsure why this happens, it seems that something on AWS side has changed as this project hasn't been touched for a while. We hope that we will come up with a solution soon! In the meantime, you can build the layer yourself so you don't need to rely on our provided layer. |
Hi @plukevdh and @tylercd100 , |
Hi, Just hit this issue, made worse by the fact that i am using serverless framework which seems to require the permission to use the layer at all. Looking at the docs, it seems possible to make available for all AWS accounts though ... To grant permission to all AWS accounts, use * for the principal, and omit the organization ID. For multiple accounts or organizations, add multiple statements. Might be worth looking into, longer term i think i should prob copy the layer into my own account but if you could look into the above it would be massively helpful in the short term. Thanks, Ed |
Hi @ed-sparkes , |
Unfortunately the way serverless.com implements layers it seems to need a call to list versions and i am using that as my framework for my serverless project |
When trying to run:
I get this error
Did something change recently? I have been able to run this before without any issue.
The text was updated successfully, but these errors were encountered: