일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- window.postMessage
- dynamodb
- react-hook-form
- react-xml-parser
- AWS
- electron
- API Gateway
- xlsx
- JavaScript
- 가상 DOM
- react-admin
- Route53
- zerocho
- react-sortable-hoc
- electron-builder
- jimp
- readableStream
- timeinput
- react DOM
- node
- gitignore
- cognito
- react
- icrawler
- axios
- domtoimage
- signIn
- yml
- TypeScript
- 프로그래머스
Archives
- Today
- Total
목록cognito (1)
꾸준히 공부하는 개발자

const AmazonCognitoIdentity = require("amazon-cognito-identity-js"); const signIn = async (Username, Password) => { const poolData = { UserPoolId : '' // your user pool id here ClientId : '' // your app client id here }; // Create the User Pool Object const userPool = new AmazonCognitoIdentity.CognitoUserPool(poolData); const userData = { Username : Username, // your username here Pool : userPoo..
AWS
2019. 12. 19. 00:09