Skip to content

Commit f080713

Browse files
Merge pull request #4923 from nowfred/patch-1
Note requirement of 'us-west-2' as Lambda region
2 parents 87ff57a + b1227ca commit f080713

File tree

1 file changed

+7
-6
lines changed
  • src/connections/destinations/catalog/amazon-personalize

1 file changed

+7
-6
lines changed

src/connections/destinations/catalog/amazon-personalize/index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -720,18 +720,19 @@ Segment provides an example Lambda function, written in Python, for you to get u
720720

721721
To build a Lambda function to process Segment events:
722722
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.
724725

725726
![A screenshot of the Lambda service page in AWS, with a box around the Create a function button.](images/LambdaDashboard.png)
726727

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.
728729

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.
730731

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.
733734

734-
7. Click **Create function**.
735+
8. Click **Create function**.
735736

736737
![A screenshot of the Create a function settings page, with a function name, runtime, permissions, and role name entered.](images/LambdaCreateFunction.png)
737738

0 commit comments

Comments
 (0)