classmethod / gradle-aws-plugin

Gradle plugin to manage Amazon Web Services
276 stars 132 forks source link

Add assumeRole providers support for AWS SDK #176

Closed ImFlog closed 5 years ago

ImFlog commented 5 years ago

Currently it is not possible to use AssumeRole. This code aims to fix that by allowing user to pass a roleArn that they want to use to perform AWS requests.

Also, it fixes a little issue with templateFile in AmazonCloudFormationMigrateStackTask that forced user to specify a policy file (even an empty one) to update their stack.

dai0304 commented 5 years ago

thanks!