Skip to content

A simple administration script that allows users to view/edit/remove the data stored in Amazon SimpleDB.

License

Notifications You must be signed in to change notification settings

dcro/simpledb-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Amazon SimpleDB Admin

A simple administration script that allows users to view/edit/remove the data stored in Amazon SimpleDB.

The script uses the PHP AWS SDK v1. You'll need to make sure you have it installed and available in the PHP include path.

If you're using a SimpleDB region other than us-east-1, you'll also need to specify the AWS region in the getConnection() function.

For large SimpleDB data sets, the script will only display up to 25000 items but you can easily modifiy it to display more if it's suitable for your use case.

About

A simple administration script that allows users to view/edit/remove the data stored in Amazon SimpleDB.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages