AWS transfer documentation change
Summary
Updated example Lambda ARNs to use specific account ID (123456789012) instead of placeholder
Security assessment
Documentation example improvement without security impact
Diff
diff --git a/transfer/latest/userguide/custom-lambda-idp.md b/transfer/latest/userguide/custom-lambda-idp.md index 17cc97478..0596d2125 100644 --- a//transfer/latest/userguide/custom-lambda-idp.md +++ b//transfer/latest/userguide/custom-lambda-idp.md @@ -52,2 +52,2 @@ You must have a policy that references the Transfer Family server and Lambda ARN - \"Resource\":\"arn:aws:lambda:region:account-id:function:my-lambda-auth-function\", - \"Condition\":{\"ArnLike\":{\"AWS:SourceArn\":\"arn:aws:transfer:region:account-id:server/server-id\"}}} + \"Resource\":\"arn:aws:lambda:region:123456789012:function:my-lambda-auth-function\", + \"Condition\":{\"ArnLike\":{\"AWS:SourceArn\":\"arn:aws:transfer:region:123456789012:server/server-id\"}}}