Skip to content

Chiptune93/java.aws.example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS JAVA SDK Example

This is AWS JAVA SDK Sample From Me.
if you want to AWS JAVA SDK V2 Example, Follow This Link -> aws-sdk-java-v2

That Link is Official Example Code from AWS SDK JAVA v2 Just Refer My Code :D

follow Source Code is made by dynamo v2, java sdk 1.X

Folder Directory

📦AppSync
 ┗ 📜AppSync.java       -> Call AppSync Query with GraphQL
📦DynamoDB
 ┣ 📜DdbQuery.java      -> Get DynamoDB items with 'DynamoDbClient' 
 ┗ 📜DdbScan.java       -> Get DynamoDB items with Expression Filter (search)
📦Iot
 ┗ 📜IOT.java           -> Get iot things & create job example
📦S3
 ┗ 📜S3Upload.java      -> S3 File upload example