:toolbox: AWS utility and helper functions
A wrapper on top of AWS SDK, contains useful utility and helper classes.
You can browse the for more information
Getting started:
Ensure local installation of following softwares/tools:
$ java -version
java version "1.8.0_121"
https://maven.apache.org/install.html
https://gradle.org/install/
Add dependency in your pom.xml
<dependency>
<groupId>com.github.spranshu1</groupId>
<artifactId>aws-utils</artifactId>
<version>${version}</version>
</dependency>
1.0.0
IAMHelper
introduced for IAM specific operationsS3BucketHelper
0.0.1
spranshu1