Skip to content

badouralix/rclone-lambda-layer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rclone Lambda Layer

Rclone is an rsync for cloud storage, including S3, GCS, pCloud and so on.

This repository brings the power of rclone to aws lambda. It can be used along with cron-based schedules for instance to synchronize multiple drives on a regular basis.

Usage

Unfortunately no public layer is available. Fear no more, this one-liner automatically provisions one in your own account.

# Retrieve this code
git clone https://github.com/badouralix/rclone-lambda-layer.git
cd rclone-lambda-layer

# Create the actual lambda layer
make all-amd64
make all-arm64

arn:aws:lambda:eu-west-3:123456789012:layer:rclone:4

License

Unless explicitly stated to the contrary, all contents licensed under the MIT License.

Releases

No releases published

Packages

No packages published