Skip to content

Commit

Permalink
Merge pull request #2570 from haverchuck/awsimport
Browse files Browse the repository at this point in the history
fix(amazon-cognito-identity-js)
  • Loading branch information
haverchuck authored Jan 18, 2019
2 parents 99092bc + 8e02ff4 commit ea4c50a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/amazon-cognito-identity-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ The usage examples below use the unqualified names for types in the Amazon Cogni


```javascript

import * as AWS from 'aws-sdk/global';

var authenticationData = {
Username : 'username',
Password : 'password',
Expand Down

0 comments on commit ea4c50a

Please sign in to comment.