gradle-aws-plugin
gradle-aws-plugin copied to clipboard
Support CAPABILITY_AUTO_EXPAND feature
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
Edit: I found out what to do:
capabilityIam(true)
useCapabilityIam(Capability.CAPABILITY_AUTO_EXPAND)