lambda-live-debugger
Version:
Debug Lambda functions locally like it is running in the cloud
5 lines (4 loc) • 304 B
JavaScript
const { CognitoIdentityClient, GetCredentialsForIdentityCommand, GetIdCommand } = require("@aws-sdk/nested-clients/cognito-identity");
exports.CognitoIdentityClient = CognitoIdentityClient;
exports.GetCredentialsForIdentityCommand = GetCredentialsForIdentityCommand;
exports.GetIdCommand = GetIdCommand;