Back-ends that can be used with the rclip CLI tool.
/!\ At the moment, only AWS lambda is supported.
Setup demo:
To deploy a new back-end:
git clone https://github.com/noboruma/rclip-backends
- install
serverless
brew install serverless
orapt install serverless
- Choose the backend you want to use
- Follow accoung configuration instructions: serverless guide
cd
to the chosen back-endsls deploy --verbose
- Update your
$HOME/.rclip.env
and add your backendURL=
. - Done