lambda-live-debugger
Version:
Debug Lambda functions locally like it is running in the cloud
19 lines (14 loc) • 560 B
JavaScript
;
var clientCognitoIdentity = require('@aws-sdk/client-cognito-identity');
Object.defineProperty(exports, "CognitoIdentityClient", {
enumerable: true,
get: function () { return clientCognitoIdentity.CognitoIdentityClient; }
});
Object.defineProperty(exports, "GetCredentialsForIdentityCommand", {
enumerable: true,
get: function () { return clientCognitoIdentity.GetCredentialsForIdentityCommand; }
});
Object.defineProperty(exports, "GetIdCommand", {
enumerable: true,
get: function () { return clientCognitoIdentity.GetIdCommand; }
});