Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 815 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 815 Bytes

s3-sftp-replicator

Replicate changes on AWS S3 bucket via SFTP. For every event (create/modify/delete), replicate action to SFTP server using environment variables

Usage

  1. Clone repo

    git clone https://github.com/JaviSabalete/s3-sftp-replicator.git
  2. Build and start containers.

    docker-compose up --build

On finish, your project will have been packaged in proj.zip, ready to upload in aws lambda.

  1. Create environment variables environment variables

  2. Upload proj.zip to aws lambda. Read official docu

  3. Test it

Pull request always are welcome