Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/olizilla/pickup-api

WIP
https://github.com/olizilla/pickup-api

Last synced: 9 days ago
JSON representation

WIP

Awesome Lists containing this project

README

        

# Pickup API 🛻

An exploration of running an IPFS pinning service on AWS.

The lambda + dynamodb part of https://github.com/olizilla/pickup

## Getting Started

Built on SST: https://serverless-stack.com/

You need:
- node >= 16
- An AWS account with the AWS CLI configured locally

Install the deps

```console
npm i
```

Deploy dev services to aws and start dev console
```console
npm start
```