UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

12 lines (11 loc) 354 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getReferenceValue = void 0; const getReferenceValue = ({ ref }, options) => { const referenceRecord = { ...options.endpointParams, ...options.referenceRecord, }; return referenceRecord[ref]; }; exports.getReferenceValue = getReferenceValue;