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

RDS Instance Support

Open msgilligan opened this issue 11 years ago • 2 comments
trafficstars

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.)

msgilligan avatar Nov 17 '14 01:11 msgilligan

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.

miyamoto-daisuke avatar Nov 17 '14 02:11 miyamoto-daisuke

RDS instance is supported on develop HEAD. Next release (0.17) will contain this.

miyamoto-daisuke avatar May 26 '15 09:05 miyamoto-daisuke