From the course: Complete Guide to Serverless Web App Development on AWS
Unlock this course with a free trial
Join today to access over 24,600 courses taught by industry experts.
Introduction to DynamoDB - Amazon Web Services (AWS) Tutorial
From the course: Complete Guide to Serverless Web App Development on AWS
Introduction to DynamoDB
- [Instructor] Our application is taking shape, but we need an database so we can have real data in our application. For that, let's look at DynamoDB. DynamoDB is a fully managed no sequel database service provided by AWS. It's designed for high availability, low latency, and near infinite scalability. Unlike traditional relational database, DynamoDB uses a key value and document store model. It makes it perfect use case for serverless applications, realtime data processing, and IoT. Because it's serverless, there is no need to worry about provisioning servers, scaling or maintenance. It's all taken care by AWS. You simply focus on your data and your application logic. Dynamo comes back with features that make it a standout database. On demand and provision capacity modes. Choose between automatic scaling or setting specific capacity units. Depending on your needs. DynamoDB integrates with AWS IM for fine grain access control and encrypts data addressed and in transit. DynamoDB…
Contents
-
-
-
-
-
-
(Locked)
When to use RESTful vs. GraphQL APIs4m 33s
-
(Locked)
Understanding Amazon API Gateway3m 37s
-
(Locked)
Creating a simple API Gateway with Lambda using AWS CDK9m
-
(Locked)
Deploying and testing your API gateway3m 24s
-
(Locked)
Introduction to DynamoDB4m 13s
-
(Locked)
Building simple business logic8m 10s
-
(Locked)
Build more advance business logic7m 25s
-
(Locked)
Deploy and test your backend4m
-
(Locked)
Integrating the APIs into the webapp8m 20s
-
(Locked)
Challenge: Extend your API1m 45s
-
(Locked)
Solution: Extend your API7m
-
(Locked)
Progress Check: WebApps with RESTful APIs1m 14s
-
(Locked)
-
-
-
-
-