UNPKG

@alma-cdk/cross-region-parameter

Version:

Store AWS SSM Parameter Store Parameters into another AWS Region with AWS CDK

24 lines (18 loc) 573 B
'use strict'; var callBind = require('call-bind'); var define = require('define-properties'); var RequireObjectCoercible = require('es-abstract/2021/RequireObjectCoercible'); var implementation = require('./implementation'); var getPolyfill = require('./polyfill'); var shim = require('./shim'); var bound = callBind(getPolyfill()); var boundMethod = function trim(receiver) { RequireObjectCoercible(receiver); return bound(receiver); }; define(boundMethod, { getPolyfill: getPolyfill, implementation: implementation, shim: shim }); module.exports = boundMethod;