HKHarm Kolvoortinhkolvoort.hashnode.dev·Mar 26, 2024 · 5 min readAWS CDK - S3 Same-Region ReplicationEver 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...00