Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
cognito instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jerwallace committed Jul 1, 2016
1 parent 9313f36 commit 4967abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ npm install -g serverless yo bower gulp
aws iot attach-thing-principal --thing-name <THING_NAME> --principal arn:aws:iot:<REGION>:<ACCOUNT>:cert/<CERTID>
```

6. Create a new Cognito Identity Pool and copy the Identity Pool ID to a safe place for later (in the ). It is easiest to do this from the AWS console. [Follow the directions here](http://docs.aws.amazon.com/cognito/latest/developerguide/identity-pools.html).
6. Create a new Cognito Identity Pool and copy the Identity Pool ID to a safe place for later. It is easiest to do this from the AWS console. [Follow the directions here](http://docs.aws.amazon.com/cognito/latest/developerguide/identity-pools.html).
7. Create a new unauth policy, name it **unauth_policy.json** and associate it with the unauthenticated role.

```json
Expand Down

0 comments on commit 4967abd

Please sign in to comment.