UNPKG

@softchef/cdk-iot-device-management

Version:

IoT device management is composed of things, thing types, thing groups, jobs, files API services. The constructs can be used independently, that are based on full-managed service to create an API Gateway & Lambda function.

17 lines (16 loc) 649 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getRuntimeConfig = void 0; const sha256_js_1 = require("@aws-crypto/sha256-js"); const runtimeConfig_browser_1 = require("./runtimeConfig.browser"); const getRuntimeConfig = (config) => { var _a; const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config); return { ...browserDefaults, ...config, runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : sha256_js_1.Sha256, }; }; exports.getRuntimeConfig = getRuntimeConfig;