### Issue description I want to deploy a Lambda function into one AWS account, but store the application artifacts in an S3 bucket in another AWS account. When I try this, I get the following error: Could not locate deployment bucket IAM role and s3 bucket policy permissions are good. No issues with this. please help me with config to do this I m currently doing this using deploymentBucket: name: <s3 bucket name> deploymentPrefix: <application artifact folder> If i do the lambda deployment in the same account where s3 is located, its working as expected. @czubocha Please help me on this. Im facing this issue, very long time ### Context _No response_