This project is retired. As Micronaut become core of the Grails starting at Grails 4, please, use Micronaut AWS SDK instead.
The AWS SDK Plugins for Grails3 are a suite of plugins that adds support for the Amazon Web Services infrastructure services.
The aim is to to get you started quickly by providing friendly lightweight utility Grails service wrappers, around the official AWS SDK for Java (which is great but very “java-esque”). See this article for more info.
The following services are currently supported:
Please check each README for usage info.
The plugins have switched to Jitpack:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
// example dependency
compile 'com.github.agorapulse.grails-aws-sdk:aws-sdk-s3:2.4.14'
}
How to Unit Test AWS Services with LocalStack and Testcontainers
To report any bug, please use the project Issues section on GitHub.
NOTE: For Grails 4 and later you should migrate to Micronaut AWS SDK as Miconaut is now the first class citizen in Grails.
Grails | Plugin |
---|---|
3.3.x, 4.x | 2.2.x |
3.2.x | 2.1.x |
2.x | 1.x |