Skip to content

Commit 942c0e4

Browse files
authored
Update README.md
Markdown formatting
1 parent a28443e commit 942c0e4

File tree

1 file changed

+26
-8
lines changed
  • javascriptv3/example_code/cross-services/transcribe-streaming-app

1 file changed

+26
-8
lines changed

javascriptv3/example_code/cross-services/transcribe-streaming-app/README.md

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,31 @@ For more information on the create-stack command parameters, see the [AWS CLI Co
7676

7777
### Create the resources using the AWS Management Console
7878

79-
####Create an unauthenticated user role 4. Open [AWS Cognito in the AWS Management Console](https://aws.amazon.com/cloudformation/), and open the _Stacks_ page. 5. Choose **Manage Identity Pools**. 6. Choose **Create new identity pool**. 7. In the **Identity pool name** field, give your identity pool a name. 7. Select the **Enable access to unauthenticated identities** checkbox. 8. Choose **Create Pool**. 9. Choose **Allow**. 10. Take note of the **Identity pool ID**, which is highlighted in red in the **Get AWS Credentials** section.
79+
#### Create an unauthenticated user role
80+
81+
1. Open [AWS Cognito in the AWS Management Console](https://aws.amazon.com/cloudformation/), and open the _Stacks_ page.
82+
2. Choose **Manage Identity Pools**.
83+
3. Choose **Create new identity pool**.
84+
4. In the **Identity pool name** field, give your identity pool a name.
85+
5. Select the **Enable access to unauthenticated identities** checkbox.
86+
6. Choose **Create Pool**.
87+
7. Choose **Allow**.
88+
8. Take note of the **Identity pool ID**, which is highlighted in red in the **Get AWS Credentials** section.
8089

8190
![ ](images/identity_pool_ids.png)
8291

83-
11.Choose **Edit identity pool**. 12. Take note of the name of the role in the **Unauthenticated role** field.
92+
9. Choose **Edit identity pool**.
93+
10. Take note of the name of the role in the **Unauthenticated role** field.
94+
95+
#### Adding permissions to an unauthenticated user role
8496

85-
####Adding permissions to an unauthenticated user role 13. Open [IAM in the AWS Management Console](https://aws.amazon.com/iam/), and open the _Roles_ page. 14. Search for the unauthenticated role you just created. 15. Open the role. 16. Click the down arrow beside the policy name. 17. Choose **Edit Policy**. 18. Choose the **JSON** tab. 18. Delete the existing content, and paste the code below into it.
97+
11. Open [IAM in the AWS Management Console](https://aws.amazon.com/iam/), and open the _Roles_ page.
98+
12. Search for the unauthenticated role you just created.
99+
13. Open the role.
100+
14. Click the down arrow beside the policy name.
101+
15. Choose **Edit Policy**.
102+
16. Choose the **JSON** tab.
103+
17. Delete the existing content, and paste the code below into it.
86104

87105
```json
88106
{
@@ -117,8 +135,8 @@ For more information on the create-stack command parameters, see the [AWS CLI Co
117135
}
118136
```
119137

120-
19. Choose **Review Policy**.
121-
20. Choose **Save Changes**.
138+
18. Choose **Review Policy**.
139+
19. Choose **Save Changes**.
122140

123141
### Verify an email address on Amazon SES
124142

@@ -184,10 +202,10 @@ This will create a local web-server that hosts the content in the public folder.
184202

185203
## Destroying the resources
186204

187-
4. Open [AWS CloudFormation in the AWS Management Console](https://aws.amazon.com/cloudformation/), and open the _Stacks_ page.
205+
1. Open [AWS CloudFormation in the AWS Management Console](https://aws.amazon.com/cloudformation/), and open the _Stacks_ page.
188206

189207
![ ](images/cloud_formation_stacks.png)
190208

191-
5. Select the stack you created in [Create the resources](#create-the-resources) on this page.
209+
2. Select the stack you created in [Create the resources](#create-the-resources) on this page.
192210

193-
6. Choose **Delete**.
211+
3. Choose **Delete**.

0 commit comments

Comments
 (0)