amazon-cognito-identity-js-typescript
Version:
Amazon Cognito Identity Provider JavaScript SDK
27 lines (20 loc) • 335 B
Markdown
# Babel webpack example
To run the example first setup your AWS configuration.
```js
// src/config.js
export default {
region: '',
IdentityPoolId: '',
UserPoolId: '',
ClientId: '',
}
```
Now, you are ready to build this example.
```
npm install
npm run build
```
Open browser to try this example.
```
open index.html
```