UNPKG

cdk-ssm-secure-iam-access-key

Version:

Creates an IAM Access Key for a provided IAM User and stores the result in an SSM SecureString Parameter

14 lines (13 loc) 354 B
Object.defineProperty(exports, "__esModule", { value: true }); exports.locateWindow = void 0; const fallbackWindow = {}; function locateWindow() { if (typeof window !== "undefined") { return window; } else if (typeof self !== "undefined") { return self; } return fallbackWindow; } exports.locateWindow = locateWindow;