Skip to content
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

Layer versions >104 not available in eu-north-1 #495

Closed
tibbing opened this issue Mar 7, 2024 · 3 comments · Fixed by #496
Closed

Layer versions >104 not available in eu-north-1 #495

tibbing opened this issue Mar 7, 2024 · 3 comments · Fixed by #496

Comments

@tibbing
Copy link

tibbing commented Mar 7, 2024

Expected Behavior

Layer versions >104 available in all regions

Actual Behavior

Layer versions 105 and 106 are missing in eu-north-1, perhaps other regions as well. These versions are however available in eu-west-1 and eu-central-1. Layer versions up to 104 do exist in eu-north-1.

Is there a list of supported regions somewhere?

Steps to Reproduce the Problem

aws lambda get-layer-version \
  --region eu-north-1 \
  --layer-name arn:aws:lambda:eu-north-1:464622532012:layer:Datadog-Node18-x \
  --version-number 106

Returns:

An error occurred (AccessDeniedException) when calling the GetLayerVersion operation: User: arn:aws:sts::xxxxxxxx:xxxxxxxxxx is not authorized to perform: lambda:GetLayerVersion on resource: arn:aws:lambda:eu-north-1:464622532012:layer:Datadog-Node18-x:106 because no resource-based policy allows the lambda:GetLayerVersion action

Specifications

  • Datadog Lambda Layer version: 106
  • Node version: 18

Stacktrace

@astuyve astuyve mentioned this issue Mar 7, 2024
11 tasks
@astuyve
Copy link
Contributor

astuyve commented Mar 7, 2024

Hey @tibbing - thanks for reaching out!
Looks like eu-north-1 was erroneously omitted from our regions list as we've moved to a ci-based release process. I'll get this cleared up right away.

Thanks!

@astuyve
Copy link
Contributor

astuyve commented Mar 8, 2024

Hi @tibbing - this is fixed the latest release, v8.107.0

v105, v106, and v107 are now available in eu-north-1.
image

Thanks again!

@tibbing
Copy link
Author

tibbing commented Mar 8, 2024

Hi @tibbing - this is fixed the latest release, v8.107.0

v105, v106, and v107 are now available in eu-north-1. image

Thanks again!

Awesome, thanks for the quick resolution! 🙌🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants