File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,10 @@ public interface AWSLambda {
252252 * <p>
253253 * This operation requires permission for the <a href=
254254 * "https://docs.aws.amazon.com/IAM/latest/UserGuide/list_awslambda.html"
255- * >lambda:InvokeFunction</a> action.
255+ * >lambda:InvokeFunction</a> action. For details on how to set up
256+ * permissions for cross-account invocations, see <a href=
257+ * "https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html#permissions-resource-xaccountinvoke"
258+ * >Granting function access to other accounts</a>.
256259 * </p>
257260 *
258261 * @param invokeRequest
Original file line number Diff line number Diff line change @@ -535,7 +535,10 @@ private static ClientConfiguration adjustClientConfiguration(ClientConfiguration
535535 * <p>
536536 * This operation requires permission for the <a href=
537537 * "https://docs.aws.amazon.com/IAM/latest/UserGuide/list_awslambda.html"
538- * >lambda:InvokeFunction</a> action.
538+ * >lambda:InvokeFunction</a> action. For details on how to set up
539+ * permissions for cross-account invocations, see <a href=
540+ * "https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html#permissions-resource-xaccountinvoke"
541+ * >Granting function access to other accounts</a>.
539542 * </p>
540543 *
541544 * @param invokeRequest
Original file line number Diff line number Diff line change 7676 * <p>
7777 * This operation requires permission for the <a
7878 * href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_awslambda.html"
79- * >lambda:InvokeFunction</a> action.
79+ * >lambda:InvokeFunction</a> action. For details on how to set up permissions
80+ * for cross-account invocations, see <a href=
81+ * "https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html#permissions-resource-xaccountinvoke"
82+ * >Granting function access to other accounts</a>.
8083 * </p>
8184 */
8285public class InvokeRequest extends AmazonWebServiceRequest implements Serializable {
You can’t perform that action at this time.
0 commit comments