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 us-isof-* region #4629

Closed trivikr closed 5 months ago

trivikr commented 5 months ago

Internal JS-5148

Testing

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

const client = new AWS.DynamoDB({ region: "us-isof-east-1" });
console.log(client.endpoint.host);

The output is dynamodb.us-isof-east-1.csp.hci.ic.gov

Checklist