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

agorapulse/grails-aws-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5a87863 · Jul 28, 2023
Jun 7, 2021
Jun 7, 2021
May 5, 2021
May 5, 2021
Jul 28, 2023
May 5, 2021
May 5, 2021
May 5, 2021
Aug 30, 2021
May 5, 2021
May 5, 2021
May 5, 2021
Jun 7, 2021
Jan 2, 2017
Jul 16, 2019
Jan 18, 2023
Jun 7, 2021
Jun 7, 2021
Dec 9, 2016
Dec 9, 2016
Jun 7, 2021
Jul 16, 2019

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

Packages 11

Contributors 26