Database in Cloud
Now that you have learnt about storage, lets explore database options in AWS.
This unit shows you how to use database services, to create a simple NoSQL database using Amazon DynamoDB.
What you will do?
Section titled “What you will do?”- Create a DynamoDB table to store data.
- Access the data from the DynamoDB table using java spring boot application.