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-lambda/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Using CloudFormation minimizes the setup steps needed, and is Segment's recommen
77
77
78
78
5. Give your stack a name.
79
79
6. For the **ExternalId** parameter, enter the "External ID" setting in your Segment Lambda destination settings. This should be your **Workspace ID**.
80
-
***NOTE:** For security purposes, Segment recommends you to use your Workspace ID as your External ID. If you’re currently using an External ID different from your Workspace ID, you’ll be susceptible to attacks. You can find your Workspace ID by going to: **Settings > Workspace Settings > ID**.
80
+
***NOTE:** For security purposes, Segment recommends you to use your Workspace ID as your External ID. If you’re currently using an External ID different from your Workspace ID, consider changing it. You can find your Workspace ID by going to: **Settings > Workspace Settings > ID**.
81
81
7. The **LambdaARN** parameter corresponds to the **Lambda** setting in your Segment Lambda destination settings.
82
82
83
83

@@ -145,7 +145,7 @@ To create an IAM role:
145
145
146
146

147
147
148
-
7. Copy and paste the following code into your trust relationship. You should replace `<your-source-id>` with either the Source ID of the attached Segment source (the default) or whatever custom external ID you set in your AWS Lambda destination settings.
148
+
7. Copy and paste the following code into your trust relationship. You should replace `<your-source-id>` with either the Source ID of the attached Segment source (the default) or the value of external ID set in your AWS Lambda destination settings.
149
149
*`arn:aws:iam::595280932656:root` refers to Segment's AWS Account, and is what allows Segment's Destination to access the role to invoke your Lambda.
150
150
151
151
> note ""
@@ -171,10 +171,10 @@ To create an IAM role:
171
171
}
172
172
```
173
173
174
-
If you have multiple Sources using this Role, replace the `sts:ExternalId` setting above with:
174
+
If you have multiple Sources using this Role, or require the use multiple externalIds replace the `sts:ExternalId` setting above with:
0 commit comments