dragonroll/backend/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js

8 lines
201 B
JavaScript

export const getReferenceValue = ({ ref }, options) => {
const referenceRecord = {
...options.endpointParams,
...options.referenceRecord,
};
return referenceRecord[ref];
};