gradle-aws-plugin icon indicating copy to clipboard operation
gradle-aws-plugin copied to clipboard

Support CAPABILITY_AUTO_EXPAND feature

Open tapvirvirk opened this issue 5 years ago • 1 comments

Hi, AWS has released a new IAM capability type "CAPABILITY_AUTO_EXPAND" for Serverless Resources in Cloudformation.

Can you please add the parameter in the cloudformation task?

Thanks Tapvir

tapvirvirk avatar Jul 05 '19 14:07 tapvirvirk

Edit: I found out what to do:

capabilityIam(true)
useCapabilityIam(Capability.CAPABILITY_AUTO_EXPAND)

tiagocpeixoto avatar Jul 17 '19 13:07 tiagocpeixoto