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
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/amazon-personalize/index.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -720,18 +720,19 @@ Segment provides an example Lambda function, written in Python, for you to get u
720
720
721
721
To build a Lambda function to process Segment events:
722
722
1. Go to the Lambda service page in your AWS account.
723
-
2. Click **Create a function** to create a new function.
723
+
2. Ensure that you are in AWS Region 'us-west-2'. You must be in us-west-2 so that Segment's Lambdas can communicate with your resources.
724
+
3. Click **Create a function** to create a new function.
724
725
725
726

726
727
727
-
3. Select **Author from scratch** since Segment will be providing the source code for the function.
728
+
4. Select **Author from scratch** since Segment will be providing the source code for the function.
728
729
729
-
4. Enter a name for your function and select **Python 3.7** for the runtime.
730
+
5. Enter a name for your function and select **Python 3.7** for the runtime.
730
731
731
-
5. For the **Role** field, select **Create a new role from AWS policy templates** from the dropdown.
732
-
6. Create a **Role name** that makes sense for you, and leave **Policy templates** empty. You will come back to modify this role shortly.
732
+
6. For the **Role** field, select **Create a new role from AWS policy templates** from the dropdown.
733
+
7. Create a **Role name** that makes sense for you, and leave **Policy templates** empty. You will come back to modify this role shortly.
733
734
734
-
7. Click **Create function**.
735
+
8. Click **Create function**.
735
736
736
737

0 commit comments