1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-20 20:01:52 +02:00

Add AWS DynamoDB handler

This also adds the `aws/aws-sdk-php` dev dependency
This commit is contained in:
adlawson
2013-11-03 13:30:54 +00:00
parent c35d4016db
commit 471bc7fa91
4 changed files with 161 additions and 2 deletions

View File

@@ -148,6 +148,7 @@ Handlers
[Mongo](http://pecl.php.net/package/mongo) extension connection.
- _CouchDBHandler_: Logs records to a CouchDB server.
- _DoctrineCouchDBHandler_: Logs records to a CouchDB server via the Doctrine CouchDB ODM.
- _DynamoDbHandler_: Logs records to a DynamoDB table with the [AWS SDK](https://github.com/aws/aws-sdk-php).
### Wrappers / Special Handlers