An open API service indexing awesome lists of open source software.

https://github.com/iammukeshm/aws-dynamodb-crud-aspnet-core


https://github.com/iammukeshm/aws-dynamodb-crud-aspnet-core

asp asp-net-core webapi

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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](https://codewithmukesh.com/wp-content/uploads/2022/05/CRUD-with-DynamoDB-in-ASP.NET-Core.png)

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