I have a DynamoDB table, and whenever a new record is added, I want to archive the old data to S3. So I think I can use AWS Lambda. So the lambda function will get the new addition/ The modified ne
I have a DynamoDB table, and whenever a new record is added, I want to archive the old data to S3. So I think I can use AWS Lambda. So the lambda function will get the new addition/ The modified ne