From 8b1fdc9f73b23745a61c04ad98ae18794b0dda6d Mon Sep 17 00:00:00 2001 From: curry9999 Date: Tue, 3 Dec 2019 18:33:36 +0900 Subject: [PATCH] Added .NET link to README. (#193) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71969629a..63745f01f 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ Select the following link to see how to install and run the example. | Example | Description | |---------|-------------| | [my-widget-service](https://github.com/aws-samples/aws-cdk-examples/tree/master/csharp/my-widget-service/) | Use Lambda to serve up widgets | +| [random-writer](https://github.com/aws-samples/aws-cdk-examples/tree/master/csharp/random-writer/) | This sample application demonstrates some essential mechanisms of the AWS CDK for .NET. It uses AWS Lambda, DynamoDB, CloudWatch. | To run a .NET example, say my-widget-service: