Posts

Showing posts from March, 2020

Automation using aws lambda when loading Json file from S3 bucket to DynamoDB

Image
Description :        Here the requirement is processing a Json file from S3 Bucket to Dynamo DB .  We need an  automating  process in order to load S3 Bucket information to Dynamo DB. Here we are using lambda function with python boto3 to achieve it .  Whenever any new data is inserted on S3 Bucket, data gets automatically triggered and will be moved to Dynamo DB Use Case: Assume a scenario in which if there is a new entry for an invoice, the data must be moved to a destination database Example:  Payment Transactions                     Step 1:  1.  Sign in to the AWS Management Console and open the  Amazon S3  console 2.  Choose  Create Bucket .The Create bucket Wizard opens  3.  In  Region  Choose the AWS Region where you want the bucket to reside and Upload Json file For previewing the data, Click on “ sel...