Activity: Create a Dynamo DB Table with a Global Secondary Index
- In this work book we will create a Dynamo Db table to hold user account records and you will add a global secondary index (GSI) to allow fast lookups by eamil address
- Navigate to the Dynamo Db Dashboard and Create Table.
- Give Table some unique name then enter UserId as the Partition key. (A primary key in Dynamo DB is either a partition key by itself of combination of partition and sort key). In this case, lets leave sort key as blank

- Navigate to the Items and Create Item

- Now Lets try to Create a Index for EmailAddress as the PartitionKey

- Now lets navigate to Items

Activity: Managing Amazon Neptune graph database
- Lets create a Neptune Cluster & Create a backup of it

