This lab walks you through the steps to import JSON data in to a DynamoDB table.
You will practice using Amazon DynamoDB, Lambda and S3.
Duration: 1 hour
AWS Region: US East (N. Virginia) us-east-1
Amazon DynamoDB is a fully managed NoSQL database service where maintenance, administrative burden, operations and scaling are managed by AWS.
We don't need to provide the specifications of how much we are going to save.
It provides single digit latency, even for terabytes of data. This is why it is used for applications where very fast reads are required.
It is used in applications like gaming where data needs to be captured and changes take place very quickly.
Launching Lab Environment
Create an Amazon DynamoDB table
Create an S3 bucket and upload a JSON file
Create and configure a Lambda function
Create an S3 trigger for the Lambda function
Adding Event Triggers in Lambda for the S3 Bucket
Test the DynamoDB table to check the data imported
Validation of the lab