/AWS-Java-Samples

A repository of basic AWS samples to get you started connecting to various AWS Services using the V1 and V2 SDKS

Primary LanguageJava

AWS Java Samples

A repository of basic AWS samples to get you started connecting to various AWS Services using the V1 and V2 SDKs.

Assumptions:

Much of this code is intentionally not commented, as variables and methods are named in such a way that it should be fairly straightforward to understand what is happening.

This does assume a basic knowledge of Java.

This also assumes you have created an AWS account. Basic information on what you need to do in the UI is documented in each of the samples.

Important:

Remember to add your own credentials into the AWS Shared package (how-to).

You can run the test InitTest to confirm that you have at least changed all the values (although it does not validate them).

Each section contains a brief comment detailing the steps you need to take in the AWS Web UI to get set up. The program won't run unless you do these tasks.

SDK V1 Samples

(V1 Is still supported and widely used):

SDK V2 Samples:

Don't forget to star this repository if you find it useful :-)