Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

agorapulse/grails-aws-sdk

Repository files navigation

AWS SDK Grails Plugin

IMPORTANT: Project retirement

This project is retired. As Micronaut become core of the Grails starting at Grails 4, please, use Micronaut AWS SDK instead.

Introduction

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.

Installation

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'
}

Testing

How to Unit Test AWS Services with LocalStack and Testcontainers

Bugs

To report any bug, please use the project Issues section on GitHub.

Compatibilty

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