-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
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 106Returns:
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 actionSpecifications
- Datadog Lambda Layer version: 106
- Node version: 18
Stacktrace
Metadata
Metadata
Assignees
Labels
No labels