Skip to content

Commit 49f1d1c

Browse files
committed
2 parents 16f4256 + e7e82f3 commit 49f1d1c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PM> Install-Package Linq2DynamoDb.AspNet.DataSource
1212

1313
Sorry, the full documentation is still on [CodePlex](https://linq2dynamodb.codeplex.com/documentation).
1414

15-
Please, also take a look at the series of posts ([one](https://scale-tone.github.io/2016/03/13/dynamodb-elasticache-linq2dynamodb-odata-theory), [two](https://scale-tone.github.io/2016/03/17/dynamodb-elasticache-linq2dynamodb-odata-practice), [three](https://scale-tone.github.io/2016/03/19/dynamodb-elasticache-linq2dynamodb-ionic-practice)) on LinkedIn.
15+
Please, also take a look at the series of posts ([one](https://scale-tone.github.io/2016/03/13/dynamodb-elasticache-linq2dynamodb-odata-theory), [two](https://scale-tone.github.io/2016/03/17/dynamodb-elasticache-linq2dynamodb-odata-practice), [three](https://scale-tone.github.io/2016/03/19/dynamodb-elasticache-linq2dynamodb-ionic-practice), [four](https://scale-tone.github.io/2017/04/13/dynamodb-webapi-odata-practice)).
1616

1717
AWS DynamoDB is a cool, highly-available and highly-durable NoSQL database. Yet, because of it's throughput capacity restrictions, it might get:
1818
* unpredictably slow,

Samples/MobileNotes/MobileNotes.WebApi/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ A sample [ASP.Net Web API OData](https://docs.microsoft.com/en-us/aspnet/web-api
44

55
Supports [user authentication](https://github.com/scale-tone/linq2dynamodb/blob/master/Samples/MobileNotes/MobileNotes.OAuth/AuthRoutine.cs) via JWT tokens from [Google](https://github.com/scale-tone/linq2dynamodb/blob/master/Samples/MobileNotes/MobileNotes.OAuth/GoogleJwtParser.cs) and [Microsoft Live ID](https://github.com/scale-tone/linq2dynamodb/blob/master/Samples/MobileNotes/MobileNotes.OAuth/LiveIdJwtParser.cs).
66

7+
Please, also see [this blog post](https://scale-tone.github.io/2017/04/13/dynamodb-webapi-odata-practice).

0 commit comments

Comments
 (0)