Scenario: You need to replicate S3 objects across multiple AWS regions and trigger AWS Lambda functions in each region. How would you design the architecture to achieve this requirement?

  • Implement custom scripts to manage object replication and Lambda invocation
  • Manually copy S3 objects to each region and trigger Lambda functions
  • Use AWS Lambda destinations to replicate objects and trigger functions
  • Use S3 cross-region replication to replicate objects and trigger Lambda functions in each region
Using S3 cross-region replication to replicate objects and trigger Lambda functions in each region is the most efficient way to achieve the requirement of replicating S3 objects across multiple regions and triggering functions.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *