How to use AWS DynamoDB as Free Database in Javascript Serverless Webpages
image AWS DynamoDB Demo: Serverless WebPage DynamoDB Demo hosted on CloudFront AWS Service Time Period Free Tier Limits / Pricing Amazon DynamoDB Pricing used as database Always Free up to 25 RCU/WCU After 25 units: $0.00065 per WCU $0.00013 per RCU Provisioned Mode: you specify how many RCU/WCU you need Free 25 RCU and 25 WCU are free - which means 25 read and write requests per second are free forever! Free 25 GB of data storage for tables 1 RCU = 1 Read / second (4KB) 1 WCU = 1 Write / second (1KB) Again 1 RCU can do 1 strongly consistent read OR 2 eventually consistent Reads. AWS CloudFront and AWS S3 explained in our previous post [ optional - used for hosting and CDN] AWS CloudFront and S3 Configuration and Free Pricing Steps to Configure Amazon DynamoDB User Key: AWS Developer Guide to set up DynamoDB Go to AWS IAM Console Click on Users > Add User Provide UserName and select Access Key option > Next In Permissions Page > select Attach Policy directl...