https://github.com/colinbut/dynamodb-aws-java
https://github.com/colinbut/dynamodb-aws-java
aws-dynamodb aws-java aws-java-sdk aws-sdk dynamodb java java-8
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/colinbut/dynamodb-aws-java
- Owner: colinbut
- Created: 2018-08-25T22:07:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-07T21:09:54.000Z (almost 7 years ago)
- Last Synced: 2025-03-27T10:16:46.229Z (11 months ago)
- Topics: aws-dynamodb, aws-java, aws-java-sdk, aws-sdk, dynamodb, java, java-8
- Language: Java
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dynamodb AWS Java
Example of using DynamoDB with Java using the aws-sdk.
### Technologies
- Java 8
- DynamoDB
- aws-sdk-java
### Info
Demonstrates the following features:
- Establishing a connection to the database
- Creating a Database table
- Populating the table with data
- Basic CRUD operations
- Querying against the table
- Querying by doing a full table scan
- Deleting the table