No description
Find a file
2024-06-28 16:46:31 +02:00
bruno/MicroBlogFetchders add blue sky fetcher 2024-06-25 10:35:47 +02:00
src add mastodon fetcher 2024-06-28 16:46:31 +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 project with pixelfed fetcher 2024-06-24 15:44:15 +02:00
package.json add logging 2024-06-24 18:53:05 +02:00
README.md add mastodon fetcher 2024-06-28 16:46:31 +02:00
serverless.yml add mastodon fetcher 2024-06-28 16:46:31 +02:00
tsconfig.json init project with pixelfed fetcher 2024-06-24 15:44:15 +02:00
yarn.lock add logging 2024-06-24 18:53:05 +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.