UNPKG

serverless-spy

Version:

CDK-based library for writing elegant integration tests on AWS serverless architecture and an additional web console to monitor events in real time.

7 lines (6 loc) 442 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.STSClient = exports.AssumeRoleCommand = void 0; const client_sts_1 = require("@aws-sdk/client-sts"); Object.defineProperty(exports, "AssumeRoleCommand", { enumerable: true, get: function () { return client_sts_1.AssumeRoleCommand; } }); Object.defineProperty(exports, "STSClient", { enumerable: true, get: function () { return client_sts_1.STSClient; } });