AWS Gradle Plugin
Extendable library to deliver AWS functionality as gradle tasks.
Setting up your AWS Credentials
The Gradle AWS Plugin utilizes the standard AWS Client builder.
For more detailed instructions about how to configure your local AWS Credentials, please see the AWS Documentation
Getting Started
Add the gradle plugins library as a maven repository and the AWS Plugin as a dependency.
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "gradle.plugin.com.alexmartin.plugins.AwsPlugin:aws-gradle-plugin:0.1.1"
}
}
Apply the plugin
apply plugin: "com.alexmartin.plugins.AwsPlugin"
Supported Features
Support or Contact
Having trouble with AWS Gradle Plugin? Please leave an issue!