AWS CDK - S3 Same-Region Replication
Mar 26, 2024 · 5 min read · Ever needed to replicate objects from AWS bucket A to AWS bucket B? This post shows how to setup a simple CDK stack for replication, with two buckets located in same account and region. The example code is written in TypeScript. Prerequisites You sho...
Join discussion