Available posts in s3

Export DynamoDB Items to S3

Export DynamoDB Items to S3
3rd April 2022

Hi Storing data like JSON logs in DynamoDB is a great idea as DynamoDB is very scalable. In addition, it is easier to transfer data into a DynamoDB table using for example Lambda and AWS SDK. Also, it makes analyzing the logs easier for example the…