Building Data Pipelines Part 2:
Stream To S3 Storage and DynamoDB Pipeline and query transaction data in DynamoDB
In this phase, we will focus on sending data from Kinesis to storage (S3 and DynamoDB) and querying transaction data in DynamoDB using an API.
Stream to s3 raw storage
Configure IAM for S3
Create lambda function to insert data into S3
Test the pi...
danai.hashnode.dev3 min read