You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
The latest images published are embbedding the version 3.844.0 version of @aws-sdk (at least the following images, but I guess all images published on July 17th :
public.ecr.aws/lambda/nodejs:20
public.ecr.aws/lambda/nodejs:20.2025.07.17.11
public.ecr.aws/lambda/nodejs:22.2025.07.17.11
public.ecr.aws/lambda/nodejs:22
)
That version no longer interprets the AWS_ENDPOINT_URL env var as described here.
This causes issues as we are overriding that variable rather than specifying the endpoint property for the clients we create for our integration tests.
Would it be possible to publish images using a more recent version of the @aws-sdk?
The issue aforementioned implies 3.845.0 fixes the issue.
antoninbeaufort, falcononrails, rbeerma and clemstoquart