We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41bb10d commit f9bc7afCopy full SHA for f9bc7af
packages/util-endpoints/src/lib/aws/partition.ts
@@ -1,7 +1,8 @@
1
import { EndpointPartition } from "@aws-sdk/types";
2
3
-import { partitions } from "./partitions.json";
+import partitionsInfo from "./partitions.json";
4
5
+const { partitions } = partitionsInfo;
6
const DEFAULT_PARTITION = partitions.find((partition) => partition.id === "aws");
7
8
/**
0 commit comments