# multi-region-asynchronous-object-replication-solution **Repository Path**: mirrors_awslabs/multi-region-asynchronous-object-replication-solution ## Basic Information - **Project Name**: multi-region-asynchronous-object-replication-solution - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Deprecation Notice This AWS Solution has been archived and is no longer maintained by AWS. To discover other solutions, please visit the [AWS Solutions Library](https://aws.amazon.com/solutions/). # Multi Region Asynchronous Object Replication Solution This solution helps AWS customers interested in implementing a multi-region, asynchronous Amazon S3 Object Replication reference implementation. ## OS/Python Environment Setup ```bash sudo apt-get update sudo apt-get install zip sed wget -y sudo pip install --upgrade pip sudo pip install --upgrade setuptools sudo pip install --upgrade virtualenv``` ``` ## Building Lambda Package ```bash cd deployment ./build-s3-dist.sh source-bucket-base-name ``` source-bucket-base-name should be the base name for the S3 bucket location where the template will source the Lambda code from. The template will append '-[region_name]' to this value. For example: ./build-s3-dist.sh solutions The template will then expect the source code to be located in the solutions-[region_name] bucket ## CF template and Lambda function Located in deployment/dist *** Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the License is located at http://aws.amazon.com/asl/ or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions and limitations under the License.