Skip to content

pictolearn/dynamodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamodb

Dynamodb samples for Learning

basics/create-table.py: Demonstrates creation of a table in dynamodb.

basics/initialize-data: Loads the initial data for set up.

basics/create-an-item: Insert item to the dynamodb table.

basics/update-an-item: Update an item in the dynamodb table.

basics/get-an-item.py: Get an item from the dynamodb table.

basics/delete-an-item: Delete item from the dynamodb table.

basics/scan-items: Scan items from the dynamodb table.

basics/query-item: Query an item from the dynamodb table based on partition key and sort key

basics/query-using-title: Query an item based on title.

basics/delete-all-items: Delete all items in a table

Indexes

local/local-secondary-index.sh: Create a secondary index.

local/query-local-secondary-index.sh: Query a local secondary index.

global/global-secondary-index: Create a global secondary index.

global/query-global-secondary-index: Query an item via the secondary index.

About

Dynamodb

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors