Skip to content

Commit c6ac9d6

Browse files
committed
Update README.md
1 parent cf2c2de commit c6ac9d6

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

dotnetv3/dynamodb/README.md

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -29,36 +29,15 @@ For prerequisites, see the [README](../README.md#Prerequisites) in the `dotnetv3
2929
<!--custom.prerequisites.start-->
3030
<!--custom.prerequisites.end-->
3131

32-
### Get started
33-
34-
- [Hello DynamoDB](scenarios/DynamoDB_Basics/DynamoDB_Actions/HelloDynamoDB.cs#L4) (`ListTables`)
35-
36-
37-
### Basics
38-
39-
Code examples that show you how to perform the essential operations within a service.
40-
41-
- [Learn the basics](scenarios/DynamoDB_Basics/DynamoDB_Basics_Scenario/DynamoDB_Basics.cs)
42-
43-
4432
### Single actions
4533

4634
Code excerpts that show you how to call individual service functions.
4735

4836
- [BatchExecuteStatement](scenarios/PartiQL_Batch_Scenario/PartiQL_Batch_Scenario/PartiQLBatchMethods.cs#L10)
4937
- [BatchGetItem](low-level-api/LowLevelBatchGet/LowLevelBatchGet.cs#L4)
50-
- [BatchWriteItem](scenarios/DynamoDB_Basics/DynamoDB_Actions/DynamoDbMethods.cs#L198)
51-
- [CreateTable](scenarios/DynamoDB_Basics/DynamoDB_Actions/DynamoDbMethods.cs#L14)
52-
- [DeleteItem](scenarios/DynamoDB_Basics/DynamoDB_Actions/DynamoDbMethods.cs#L258)
53-
- [DeleteTable](scenarios/DynamoDB_Basics/DynamoDB_Actions/DynamoDbMethods.cs#L387)
5438
- [DescribeTable](low-level-api/LowLevelTableExample/LowLevelTableExample.cs#L120)
5539
- [ExecuteStatement](scenarios/PartiQL_Basics_Scenario/PartiQL_Basics_Scenario/PartiQLMethods.cs#L163)
56-
- [GetItem](scenarios/DynamoDB_Basics/DynamoDB_Actions/DynamoDbMethods.cs#L167)
5740
- [ListTables](low-level-api/LowLevelTableExample/LowLevelTableExample.cs#L96)
58-
- [PutItem](scenarios/DynamoDB_Basics/DynamoDB_Actions/DynamoDbMethods.cs#L85)
59-
- [Query](scenarios/DynamoDB_Basics/DynamoDB_Actions/DynamoDbMethods.cs#L293)
60-
- [Scan](scenarios/DynamoDB_Basics/DynamoDB_Actions/DynamoDbMethods.cs#L346)
61-
- [UpdateItem](scenarios/DynamoDB_Basics/DynamoDB_Actions/DynamoDbMethods.cs#L115)
6241

6342
### Scenarios
6443

@@ -110,28 +89,6 @@ dotnet run
11089
Alternatively, you can run the example from within your IDE.
11190
<!--custom.instructions.end-->
11291

113-
#### Hello DynamoDB
114-
115-
This example shows you how to get started using DynamoDB.
116-
117-
118-
#### Learn the basics
119-
120-
This example shows you how to do the following:
121-
122-
- Create a table that can hold movie data.
123-
- Put, get, and update a single movie in the table.
124-
- Write movie data to the table from a sample JSON file.
125-
- Query for movies that were released in a given year.
126-
- Scan for movies that were released in a range of years.
127-
- Delete a movie from the table, then delete the table.
128-
129-
<!--custom.basic_prereqs.dynamodb_Scenario_GettingStartedMovies.start-->
130-
<!--custom.basic_prereqs.dynamodb_Scenario_GettingStartedMovies.end-->
131-
132-
133-
<!--custom.basics.dynamodb_Scenario_GettingStartedMovies.start-->
134-
<!--custom.basics.dynamodb_Scenario_GettingStartedMovies.end-->
13592

13693

13794
#### Create a serverless application to manage photos

0 commit comments

Comments
 (0)