Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Feature: Configure Services' Endpoint URLs via Environment Variables #3236

@mikicho

Description

@mikicho

Is your feature request related to a problem? Please describe.
I've been looking at the documentation about environment variables and see that you are able to configure credentials, regions, and profiles using environment variables, but I do not see a way to configure the endpoint URL option to point to our internal proxy.

Describe the solution you'd like
My suggestion is to configure the endpoint URL if either the AWS__ENDPOINT or AWS_ENDPOINT (in that order of priority) environment variables are available.

Describe alternatives you've considered
Use environment variable in code:

  new AWS.Lambda({ endpoint: process.env.AWS_URL })

Additional context
I need it for localstack :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA feature should be added or improved.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions