Skip to content

Commit

Permalink
fix links and add link to AWS Auth example
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 3, 2015
1 parent f4287b5 commit e2d0a15
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
27 changes: 17 additions & 10 deletions src/AwsApps/default.htm
Expand Up @@ -53,34 +53,41 @@ <h1>ServiceStack + AWS Examples</h1>

<div id="content">
<div class="app">
<a href="https://github.com/ServiceStack/ServiceStack.Aws/tree/master/tests/AwsApps/todo" class="github-src"></a>
<a href="https://github.com/ServiceStackApps/AwsApps/tree/master/src/AwsApps/todo" class="github-src"></a>
<a href="/todo/">Todos</a>
<p>
TODO App rewritten to use a DynamoDB Backend with PocoDynamo
</p>
</div>
<div class="app">
<a href="https://github.com/ServiceStack/ServiceStack.Aws/tree/master/tests/AwsApps/imgur" class="github-src"></a>
<a href="https://github.com/ServiceStackApps/AwsApps/tree/master/src/AwsApps/imgur" class="github-src"></a>
<a href="/imgur/">Imgur</a>
<p>
Imgur rewritten to use the <a href="https://github.com/ServiceStack/ServiceStack/wiki/Virtual-file-system">Virtual File System</a>
to support either Local FileSystem or S3 bucket backends
</p>
</div>
<div class="app">
<a href="https://github.com/ServiceStackApps/RazorRockstars/tree/master/src/RazorRockstars.S3" class="github-src"></a>
<a href="http://awsrazor.servicestack.net">Razor Rockstars</a>
<a href="https://github.com/ServiceStackApps/AwsApps/tree/master/src/AwsApps/restfiles" class="github-src"></a>
<a href="/restfiles/">REST Files</a>
<p>
Razor Rockstars with all Razor Views and Markdown Content sourced from a S3 bucket
and database rewritten to use PocoDynamo and DynamoDB
REST Files rewritten to use the <a href="https://github.com/ServiceStack/ServiceStack/wiki/Virtual-file-system">Virtual File System</a>
to support either Local FileSystem or S3 bucket backends
</p>
</div>
<div class="app">
<a href="https://github.com/ServiceStack/ServiceStack.Aws/tree/master/tests/AwsApps/restfiles" class="github-src"></a>
<a href="/restfiles/">REST Files</a>
<a href="https://github.com/ServiceStackApps/AwsApps/tree/master/src/AwsApps/awsauth" class="github-src"></a>
<a href="/awsauth/">AWS Auth</a>
<p>
REST Files rewritten to use the <a href="https://github.com/ServiceStack/ServiceStack/wiki/Virtual-file-system">Virtual File System</a>
to support either Local FileSystem or S3 bucket backends
Multiple Auth Providers storing sessions in a DynamoDB Cache and users in a DynamoDB UserAuth repository
</p>
</div>
<div class="app">
<a href="https://github.com/ServiceStackApps/RazorRockstars/tree/master/src/RazorRockstars.S3" class="github-src"></a>
<a href="http://awsrazor.servicestack.net">Razor Rockstars</a>
<p>
Razor Rockstars with all Razor Views and Markdown Content sourced from a S3 bucket
and database rewritten to use PocoDynamo and DynamoDB
</p>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/AwsApps/todo/default.htm
Expand Up @@ -34,9 +34,9 @@ <h1>
<ul id="instructions">
<li>Double-click to edit a todo.</li>
<li>
<a href="https://github.com/ServiceStack/ServiceStack.Aws/blob/master/src/Host.Console/TodoService.cs">
<a href="https://github.com/ServiceStackApps/AwsApps/blob/master/src/AwsApps/todo/TodoService.cs">
1 page C# and Dynamo DB-backed
</a> | <a href="http://documentcloud.github.com/backbone/examples/todos/index.html">
</a> | <a href="http://todomvc.com/examples/backbone/">
Backbone.js TODO app
</a>
</li>
Expand Down

0 comments on commit e2d0a15

Please sign in to comment.