aws / aws-sdk-js

AWS SDK for JavaScript in the browser and Node.js
https://aws.amazon.com/developer/language/javascript/
Apache License 2.0
7.59k stars 1.55k forks source link

Add endpoint override for eu-isoe-* region #4619

Closed trivikr closed 6 months ago

trivikr commented 6 months ago

Internal JS-5117

Testing

import AWS from "../aws-sdk-js/lib/aws.js";

const client = new AWS.STS({ region: "eu-isoe-west-1" });
console.log(client.endpoint);

Verified with three services:

Checklist