Skip to content

Backend file API for sendsh.it services

License

Notifications You must be signed in to change notification settings

shitty-inc/sendshit-api

Repository files navigation

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

Releases

No releases published

Packages

No packages published