aws-lambda-jenkins-plugin icon indicating copy to clipboard operation
aws-lambda-jenkins-plugin copied to clipboard

Add support for cross account deployment

Open mvanbaak opened this issue 7 years ago • 0 comments

Right now you can either use the instance profile, or an access/secret key combination. Our usecase is: jenkins runs in AWS account A and needs to deploy lambda functions in account B.

The codedeploy plugin of jenkins allows for specifying an iamRole to assume in the aws sdk. Would be great if this plugin supports this as well.

Example of the codedeploy plugin: iamRoleArn: 'arn:aws:iam::XXXX:role/some-role'

mvanbaak avatar Feb 21 '18 11:02 mvanbaak