AWS

How to Run and Access DynamoDB Local For Easy Development and Testing Paid Members Public
Learn how to set up and run DynamoDB database on your local development machine. We'll see how to connect using AWS CLI, from .NET application and using GUI tools like Dynobase and NoSQL Workbench.

AWS Serverless Refactoring Series: How to Move to Clean Architecture? Paid Members Public
Learn how to refactor the AWS Serverless Application Template to use Clean Architecture. Following the Dependency Inversion Principle, we will create diferent projects to separate concerns.

AWS Serverless Refactoring Series: How to Improve the Maintainability of Project Paid Members Public
Let's look at different design patterns and principles we can apply to make the default AWS Serverless Application Template cleaner and easier to maintain.

Going Serverless on AWS For The .NET Developer: How To Easily Get Started Paid Members Public
Learn how to get started with AWS Serverless Application using the Serverless Application Model (SAM). The Serverless Application Template available as part of the AWS Toolkit makes it easy to start building Serverless Application.

AWS DynamoDB For The .NET Developer: How To Easily Get Started Paid Members Public
Learn how to get started with AWS DynamoDB with .NET Core by updating the default ASP NET Web API template to use DynamoDB as it's data store. We will learn to do basic Creat, Read, Update and Delete operations from the API.

AWS Lambda For The .NET Developer: How To Easily Get Started Paid Members Public
Learn how to get started with AWS Lambda with .NET Core by building out a simple function and deploying to AWS. We will also see how to set up local development environment using the AWS Toolkit.