├── .gitignore ├── README.md ├── createtables.php └── uploaddata.php /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACloudGuru/dynamodb/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACloudGuru/dynamodb/HEAD/README.md -------------------------------------------------------------------------------- /createtables.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACloudGuru/dynamodb/HEAD/createtables.php -------------------------------------------------------------------------------- /uploaddata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACloudGuru/dynamodb/HEAD/uploaddata.php --------------------------------------------------------------------------------