Files

2 lines
169 B
JavaScript
Raw Permalink Normal View History

2025-01-04 00:34:03 +01:00
export const getResolvedPartition = (region, { partitionHash }) => Object.keys(partitionHash || {}).find((key) => partitionHash[key].regions.includes(region)) ?? "aws";