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
- Host: GitHub
- URL: https://github.com/iammukeshm/aws-dynamodb-crud-aspnet-core
- Owner: iammukeshm
- Created: 2022-05-03T17:34:17.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T10:13:29.000Z (about 3 years ago)
- Last Synced: 2025-03-31T22:11:17.993Z (2 months ago)
- Topics: asp, asp-net-core, webapi
- Language: C#
- Homepage: https://codewithmukesh.com/blog/crud-with-dynamodb-in-aspnet-core/
- Size: 9.77 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## 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 & TestingRead : https://codewithmukesh.com/blog/crud-with-dynamodb-in-aspnet-core/