classmethod / gradle-aws-plugin

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

Support CAPABILITY_AUTO_EXPAND feature #177

Open tapvirvirk opened 5 years ago

tapvirvirk commented 5 years ago

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

tiagocpeixoto commented 5 years ago

Edit: I found out what to do:

capabilityIam(true)
useCapabilityIam(Capability.CAPABILITY_AUTO_EXPAND)