AWS

Amazon S3 For the .NET Developer: How to Easily Get Started Members Public

Learn how to get started with Amazon S3 from a .NET Core application. We will learn how to store and retrieve data from the storage, important concepts to be aware of while using S3.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

AWS Parameter Store For The .NET Developer: How to Easily Get Started Members Public

Learn how to get started with AWS Parameter Store and use it from a .NET application to store and retrieve configuration data. Understand how parameters are versioned and how to use labels and hierarchies to manage parameters better. Seamlessly use the built-in .NET Configuration capabilities to loa

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Amazon API Gateway for the .NET Developer - How To Build HTTP APIs Members Public

Learn how to get started with API Gateway by building an HTTP API backed by AWS Lambda running on .NET Core. We will see how to create different HTTP endpoints, connect them to lambda functions, send and receive data, set up stages, and more.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

How To PGP Encrypt An S3 File Using AWS Lambda Running Docker Images Members Public

Learn how to set up and run Docker Container Images from AWS Lambda. We will PGP sign and encrypt a file from AWS S3 in a lambda running a Docker image hosted in AWS ECR.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

How to Run and Access DynamoDB Local For Easy Development and Testing 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.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

AWS Serverless Refactoring Series: How to Move to Clean Architecture? 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.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

AWS Serverless Refactoring Series: How to Improve the Maintainability of Project 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.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Going Serverless on AWS For The .NET Developer: How To Easily Get Started 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.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS