Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olizilla/pickup-api
WIP
https://github.com/olizilla/pickup-api
Last synced: 9 days ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/olizilla/pickup-api
- Owner: olizilla
- Created: 2022-06-17T15:20:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-11T10:16:15.000Z (over 2 years ago)
- Last Synced: 2024-10-08T00:25:29.626Z (3 months ago)
- Language: TypeScript
- Size: 337 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 locallyInstall the deps
```console
npm i
```Deploy dev services to aws and start dev console
```console
npm start
```