gradle-aws-plugin
gradle-aws-plugin copied to clipboard
RDS Instance Support
It would be nice to be able to create, list, and destroy RDS instances from a Gradle script.
I've written a little bit of Groovy code to do this, but it would be nice to see this capability in a Gradle plugin. (I might be willing to contribute if this feature interests you.)
That's great! It is hard for me alone to implement all AWS product's feature. So I start to implement the features which I need now. I think that this plugin should have all of useful feature to call AWS API. Everyone can contribute to add useful features to this plugin. I appreciate your pull-requests.
RDS instance is supported on develop HEAD. Next release (0.17) will contain this.