Skip to content

This repository contains utilities to help with AWS development.

License

Notifications You must be signed in to change notification settings

sarveshkaushal/cloud-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloud-utilities

This repo contains projects that are build to help with cloud development. DynamoUtil is a utility class which can be used to import all records from a dynamo table to .csv file. This can be used if you don't want to use Amazon data pipeline feature to export data from dynamo.

Usage:

DynamoUtil util = new DynamoUtil(getDynamoDBClient());
File file = util.export("dynamo-table-name", "/tmp/");//tmp is temporary directory to store exported file

About

This repository contains utilities to help with AWS development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages