Replicate changes on AWS S3 bucket via SFTP. For every event (create/modify/delete), replicate action to SFTP server using environment variables
-
Clone repo
git clone https://github.com/JaviSabalete/s3-sftp-replicator.git
-
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.
-
Create environment variables environment variables
-
Upload
proj.zip
to aws lambda. Read official docu -
Test it
Pull request always are welcome