Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ After you have created the CloudFormation stack, you need to update the API you
1. Type a name for the key and then select **Save**.
1. Note the **API key**. You will use this when running the mobile application.
1. Click on **Usage Plans** and type a name for the plan. Disable Throttling and Quotas. Click **Next**.
1. From the dropdowns, seleect your API and Stage created in Step 4. Click the Checkbox and then **Next**.
1. From the dropdowns, select your API and Stage created in Step 4. Click the Checkbox and then **Next**.
1. Click **Add API Key to Usage Plan** and enter the Key you created earlier then choose **Done**.

#### Step 7: Update Your Amazon Cognito Identity Pool
Expand Down
2 changes: 1 addition & 1 deletion cloudformation/mobile-backend.template
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@
}
},
"CognitoIdentityPoolId": {
"Description": "Set CongnitoIdentityPoolId in Constants.swift to this value.",
"Description": "Set CognitoIdentityPoolId in Constants.swift to this value.",
"Value": {
"Ref": "CognitoPoolId"
}
Expand Down