Use DynamoDB with AWS Lambda

DynamoDB is the serverless key-value ("NoSQL) database in AWS. In this demo we will get familiar with some characteristics of that database and make a DynamoDB table available by a simple web service that is implemented as a AWS Lamdba function.


Comments

Popular posts from this blog

Prototype for a Serverless Business Application

Build a Secure Database Driven Web Application with Amplify and React: Part 1 - Setup