You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adjust browser pubsub sample to show that cognito is required to run the sample
* remove static credential settings from settings.js in pubsub browser sample
This is a browser based version of the PubSub sample in JS.
108
108
109
109
To run the sample:
110
-
1) Configure your credentials and endpoint URL in `settings.js`, you can chose to use cognito or static credentials.
110
+
1) Configure your credentials and endpoint URL in `settings.js`.
111
+
* You will need to setup a Cognito identity pool to run this sample. You can read how to setup a Cognito identity pool here: [AWS documentation](https://docs.aws.amazon.com/cognito/latest/developerguide/tutorial-create-identity-pool.html).
0 commit comments