https://github.com/spranshu1/aws-utils
:toolbox: AWS utility and helper functions
https://github.com/spranshu1/aws-utils
aws aws-sdk java maven mavencentral utility-function utils
Last synced: 13 days ago
JSON representation
:toolbox: AWS utility and helper functions
- Host: GitHub
- URL: https://github.com/spranshu1/aws-utils
- Owner: spranshu1
- License: apache-2.0
- Created: 2020-05-12T16:46:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-21T13:46:24.000Z (about 4 years ago)
- Last Synced: 2025-07-29T04:35:08.770Z (6 months ago)
- Topics: aws, aws-sdk, java, maven, mavencentral, utility-function, utils
- Language: Java
- Homepage: https://spranshu1.github.io/aws-utils
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## AWS Utils
[](https://www.codacy.com/manual/pranshushrivastava20/aws-utils?utm_source=github.com&utm_medium=referral&utm_content=spranshu1/aws-utils&utm_campaign=Badge_Grade) 
A wrapper on top of AWS SDK, contains useful utility and helper classes.
You can browse the [](https://javadoc.io/doc/com.github.spranshu1/aws-utils) for more information
## Target Version
[](https://search.maven.org/search?q=g:%22com.github.spranshu1%22%20AND%20a:%22aws-utils%22)
Getting started:
* [Prerequisites](#markdown-header-prerequisites)
* [Setup](#markdown-header-setup)
* [Release Log](#markdown-header-releaselog)
* [Contact](#markdown-header-authors)
## Prerequisites
Ensure local installation of following softwares/tools:
* JDK - 1.8
```markdown
$ 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`
```markdown
com.github.spranshu1
aws-utils
${version}
```
## Release Log
`1.0.0`
- `IAMHelper` introduced for IAM specific operations
- Minor BugFix in `S3BucketHelper`
`0.0.1`
- First version
### Support or Contact
```
spranshu1
```