Skip to content

Commit 31dcf5c

Browse files
committed
doc: Udating readme references in NERDS stack readme
1 parent 2aadde1 commit 31dcf5c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/NERDS/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ To get started with the NERDS stack, navigate to the folders with the stack at d
2525
### 🎨 Basic Template
2626

2727
The [basic template](./basic-template/README.md) folder contains a basic template, which is a simple React-based application that will help you get started with working with DynamoDB. All the resources used in this lab are executed locally, so please make sure you have downloaded all the prerequisites before trying to run the sample applications.
28+
29+
### 🎨 Enhanced Template
30+
31+
The [enhanced template](./enhanced-template/README.md) folder contains an enhanced version of the basic template, which is a simple React-based application that will help you get started with working with DynamoDB. The table in this example uses a combination of Partition Key and a Sort Key that allows us to run more elegant queries in the backend and avoid to fetch unecessary data, this example showcase the use of [Query Operations](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Query.html).
32+
33+
All the resources used in this lab are executed locally, so please make sure you have downloaded all the prerequisites before trying to run the sample applications.

0 commit comments

Comments
 (0)