Skip to content

iammukeshm/aws-dynamodb-crud-aspnet-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD with DynamoDB in ASP.NET Core Web API

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.

CRUD with DynamoDB in ASP.NET Core Web API

Topics Covered:

  • 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/