Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 770 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 770 Bytes

rclip-backends

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 or apt install serverless
  • Choose the backend you want to use
  • Follow accoung configuration instructions: serverless guide
  • cd to the chosen back-end
  • sls deploy --verbose
  • Update your $HOME/.rclip.env and add your backend URL=.
  • Done