Deploying ASP.Net Core Web API/REST API in a server can be costly compared to deploying in AWS Lambda as later provides many benefits compared to deploying in a typical server.
DynamoDb is a popular No SQL Database Services offered by AWS. It's mainly used in Serverless architecture where DynamoDb is mainly used as a persistence object.
Accessing Data in DynamoDb in a Middle Tier like REST API Backend Services is a common requirement of the Web Application. In this article, I wi..
DynamoDb is a fully managed proprietary AWS Service which provide No-SQL Database solution out of box which stores data in Key-Value pair format and offers features like replication, auto-scaling, automatic-backup, etc.
As DynamoDB is very cheap AWS service and offers 25 GB of free storage per month