spranshu1 / aws-utils

:toolbox: AWS utility and helper functions

Home Page:https://spranshu1.github.io/aws-utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Utils

Codacy Badge Maven Build

A wrapper on top of AWS SDK, contains useful utility and helper classes.

You can browse the javadoc for more information

Target Version

Maven Central

Getting started:

Prerequisites

Ensure local installation of following softwares/tools:

  • JDK - 1.8
    $ java -version
    java version "1.8.0_121"
  • Apache Maven - if using maven dependency https://maven.apache.org/install.html
  • Gradle - if using gradle https://gradle.org/install/

Setup

Apache Maven

  • Add dependency in your pom.xml

     
     <dependency>
       <groupId>com.github.spranshu1</groupId>
       <artifactId>aws-utils</artifactId>
       <version>${version}</version>
     </dependency>
     

Release Log

1.0.0

  • IAMHelper introduced for IAM specific operations
  • Minor BugFix in S3BucketHelper

0.0.1

  • First version

Support or Contact

spranshu1

About

:toolbox: AWS utility and helper functions

https://spranshu1.github.io/aws-utils

License:Apache License 2.0


Languages

Language:Java 100.0%