In this video I demo an end to end simple set up to invoke Amazon S3 services using the Java SDK. It's a great way to explore the services available - not all services have a corresponding workflow in the web console.
1. set up a dedicated user and download credentials
2. set up my sample maven project from scratch from my Github
3. paste the correct credentials
4. run sample code to create a new bucket and upload a file
Please install IntelliJ Idea IDE for your platform and endure you have Java installed
https://www.jetbrains.com/idea/
Link to my project in Github - please feel to use and monitor for updates
https://github.com/mattua/AWSJavaHelloWorld