https://github.com/adambien/aws-sdk-plain
Plain AWS SDK Java SE Project Template
https://github.com/adambien/aws-sdk-plain
amazon-web-services aws java sdk
Last synced: 4 months ago
JSON representation
Plain AWS SDK Java SE Project Template
- Host: GitHub
- URL: https://github.com/adambien/aws-sdk-plain
- Owner: AdamBien
- License: mit
- Created: 2021-10-15T16:28:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T07:29:01.000Z (over 1 year ago)
- Last Synced: 2026-01-20T08:28:48.450Z (6 months ago)
- Topics: amazon-web-services, aws, java, sdk
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bare Maven template for AWS SDK for Java 2.x
This project includes AWS SDK 2 https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide dependencies and uses credentials from your default AWS profile.
## usage
`mvn exec:java` fetches the current user's ARN (`aws sts get-caller-identity`) and the access key.