This video will explore using LocalStack to simulate AWS services locally when developing .NET applications. We'll create a simple ASP.NET Web API that interacts with DynamoDB to store data and publish messages to SQS. Additionally, we'll set up a Lambda function that listens for messages from SQS and performs some functionality. The main focus will be setting up and using LocalStack to mimic these AWS services locally without needing to deploy to AWS directly. You'll learn how to configure LocalStack, integrate it with your .NET application, and use it to test your application from your local machine. 00:00 Intro 01:03 Setting Up 04:24 .NET App 05:45 Create Resource using UI 07:26 Create Resource using CLI 09:08 Connecting .NET To LocalStack 09:55 Configuring each AWS Client 13:08 Configure AWSOptions in Code 16:42 Configure AWSOptions using appsettings 19:03 Deploy Lambda Function 21:20 SNS Lambda Trigger 23:10 Update Lambda Function This video is sponsored by AWS. 🔗 LocalStack - https://www.localstack.cloud/ 🔗 Getting Started - https://docs.localstack.cloud/getting-started/ 🔗 AWS CLI Local - https://github.com/localstack/awscli-local Additional Watching 📹AWS Series - https://bit.ly/aws-net-series 📹 ASP Series - https://bit.ly/asp-net-core-series 📹 Messaging Series - https://bit.ly/dotnet-messaging 📹RabbitMQ Series - https://bit.ly/rabbitmq-net-series Come say hi! ✋ 🌍 Blog - https://rahulpnath.com/ ✉ Subscribe to my Newsletter - https://www.rahulpnath.com/subscribe 🐦Twitter - https://twitter.com/rahulpnath 📸Instagram - https://www.instagram.com/rahulpnath/ #dotnet #aws