No description
Find a file
2024-07-05 17:27:36 +02:00
bruno/MicroBlogFetchders add blue sky fetcher 2024-06-25 10:35:47 +02:00
src try @nostr-ts/common 2024-07-05 17:27:36 +02:00
.gitignore init project with pixelfed fetcher 2024-06-24 15:44:15 +02:00
.nvmrc init project with pixelfed fetcher 2024-06-24 15:44:15 +02:00
.yarnrc.yml init nostr 2024-07-04 18:13:46 +02:00
package.json try @nostr-ts/common 2024-07-05 17:27:36 +02:00
README.md add mastodon fetcher 2024-06-28 16:46:31 +02:00
serverless.yml init nostr 2024-07-04 18:13:46 +02:00
tsconfig.json init project with pixelfed fetcher 2024-06-24 15:44:15 +02:00
yarn.lock try @nostr-ts/common 2024-07-05 17:27:36 +02:00

Micro Blog Repo Fetchers

The Micro Blog Repo is made up of a PocketBase db and these lambda functions. Together they aggregate, backup, and make my various social media posts available to my personal site.

Progress

Deployment

To deploy all the lambda functions to AWS:

$ yarn deploy

After the deploy to manually trigger a fn run:

$ yarn exec serverless invoke  --function bluesky

Local development

$ nvm use
$ yarn exec serverless invoke local --function bluesky

note: insure you are on the correct version of nodejs, 20

There is also the new serverless dev command. I still need to check that out.