I want to take backup of dynamodb and s3 buckets using lambda function with python code. Here dynamodb backup is like scheduling backup using cloud watch logs. S3 bucket backup also need to take like sync the data from one s3 to another s3 bucket. I want to take both backup using lambda function with python code and should scheduled in cloud watch logs. Can any one tell me to write python code for both dynamo db backup and s3 bucket? For example, my source bucket name is exambuclam1 and destination bucket name is exambuclam2. please any one help to write python code for this and tell me the steps to be execute.