From 61dfa6ac6262c8a5ad4233b67c06688f6067e7c9 Mon Sep 17 00:00:00 2001 From: T Musonza Date: Sat, 21 Oct 2023 14:13:15 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f11604..1901b2a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DynamoBreeze -**DynamoBreeze** is a Laravel package designed to simplify interactions with Amazon DynamoDB. While it accommodates the single-table design principle, it's versatile enough to support multiple-table usage, providing a seamless experience regardless of your database's architecture. Through a fluent, expressive facade, DynamoBreeze makes it easier than ever to work with DynamoDB. +**DynamoBreeze** is a Laravel package designed to simplify interactions with Amazon DynamoDB. While it accommodates the single-table design principle, it's versatile enough to support multiple-table usage, providing a seamless experience regardless of your database's architecture. Importantly, it enables the use of multiple AWS credentials, a key feature for applications requiring access to tables across different AWS accounts or those utilizing specific keys for certain tables. Through a fluent, expressive facade, DynamoBreeze makes it easier than ever to work with DynamoDB. ## Key Features