awscli-local icon indicating copy to clipboard operation
awscli-local copied to clipboard

`AWS_ENDPOINT_URL` overrides the endpoint URL of aws command

Open yoshizawa56 opened this issue 1 year ago • 3 comments

With the recent release of AWS CLI (v1.29.0 and v2.13.0), the environment variable AWS_ENDPOINT_URL is now being referenced by the aws commands as well. This release has caused a bug where setting AWS_ENDPOINT_URL to the endpoint of LocalStack results in the aws commands connecting to LocalStack instead.

I believe it is necessary to change the name of the environment variable used for awslocal.

https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst#L29

yoshizawa56 avatar Jul 11 '23 06:07 yoshizawa56