lambda-live-debugger
Version:
Debug Lambda functions locally like it is running in the cloud
10 lines (5 loc) • 310 B
JavaScript
;
var cognitoIdentity = require('@aws-sdk/nested-clients/cognito-identity');
exports.CognitoIdentityClient = cognitoIdentity.CognitoIdentityClient;
exports.GetCredentialsForIdentityCommand = cognitoIdentity.GetCredentialsForIdentityCommand;
exports.GetIdCommand = cognitoIdentity.GetIdCommand;