Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 535 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 535 Bytes

Sendsh.it API

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.

Deployment

The API is deployed with serverless.

$ npm i -g serverless
$ npm run build && npm run deploy

Testing

You can also spin up a local instance for testing with Docker and AWS SAM.

$ npm install
$ npm run start