In this article, we are going to learn about implementing CRUD with DynamoDB in ASP.NET Core Web API. This article is an integral part of the entire “Serverless Applications with AWS” which I have been writing on my blog.
- About AWS DynamoDB
- What we will build?
- AWS Console – Dynamo DB Hands-on
- Creating a new Table in DynamoDB via Console
- Adding Data to AWS DynamoDB via Console
- AWS CLI Configuration
- Creating the .NET Model
- Service Registration
- Web API Controller & Testing
Read : https://codewithmukesh.com/blog/crud-with-dynamodb-in-aspnet-core/