Quantcast
Channel: AWS – Code with Steve
Browsing latest articles
Browse All 11 View Live

Docker for .NET Developers (Part 6)

In part 3 I discussed one of the first motivations which led our team to begin using Docker. That motivation was focused on making the workflow for our front end developers quicker and simpler. In this...

View Article



Docker for .NET Developers (Part 7)

In the previous part of this series I have discussed the reasons behind our decision to use Docker to run our product in production, using it to build and deploy images onto Amazon ECS. The next parts...

View Article

Running AWS DynamoDB Locally for .NET Core Developers

For a recent set of .NET Core based microservices I have found myself using AWS DynamoDB as a data store. I recently discovered that AWS provides (and have done for 5 years!) a local version of...

View Article

Publishing to AWS Simple Notification Service (SNS) from ASP.NET Core

In this post, I’ll demonstrate how to publish a message to AWS Simple Notification Service from an ASP.NET Core application. The same steps will work just as easily from a .NET Core generic host based...

View Article

Running AWS S3 (Simple Storage Service) Locally for .NET Core Developers

In a previous post, I described how to run AWS DynamoDb locally using the AWS supplied docker image. I’ve recently been doing some work where I’m benchmarking code that works against AWS services. For...

View Article


Image may be NSFW.
Clik here to view.

Getting Started with the AWS SDK in .NET Core

In this post, we’ll learn about the AWS SDK for .NET and how to get started, using it to building .NET Core applications. There are many topics introduced in this post which lay some foundational...

View Article

Image may be NSFW.
Clik here to view.

Credential Loading and the AWS SDK for .NET (Deep Dive)

In this post, I want to dive into how the AWS SDK for .NET attempts to load credentials for any service clients which you use in your applications. I’m going to focus specifically on .NET Core...

View Article

Image may be NSFW.
Clik here to view.

Architecting a Cloud-Native Service with .NET and AWS

At Madgex, we are currently building out v6 of our world-leading job board software. With v6, we are breaking the monolith and applying a microservices architecture. This architecture supports rapid...

View Article


Image may be NSFW.
Clik here to view.

.NET on AWS: Pushing a .NET Docker Image to Amazon ECR

In this post, I’ll introduce Amazon ECR and explain how to use it as a registry of Docker images, ready to run your .NET applications in the cloud. In future posts, we’ll learn more about the options...

View Article


Image may be NSFW.
Clik here to view.

.NET on AWS: Introducing Docker ECS Integration

Last week I read about a new Docker ECS Integration experience, and it piqued my interest. I immediately put it onto my list of things to try out and experiment with. After spending an hour or so with...

View Article
Browsing latest articles
Browse All 11 View Live




Latest Images