This is the backend API for the sendsh.it file transfer service.
Written in Go and deployed to Lambda it provides endpoints to upload and retrive files from S3.
The API is deployed with serverless.
$ npm i -g serverless
$ npm run build && npm run deploy
You can also spin up a local instance for testing with Docker and AWS SAM.
$ npm install
$ npm run start