No description
| bruno/MicroBlogFetchders | ||
| src | ||
| .env.sample | ||
| .gitignore | ||
| .nvmrc | ||
| .yarnrc.yml | ||
| package.json | ||
| README.md | ||
| serverless.yml | ||
| tsconfig.json | ||
| yarn.lock | ||
Micro Blog Repo Fetchers
The Micro Blog Repo is a personal project of mine to aggregate, backup, and make my various social media posts. It is made up of a self-hosted PocketBase and these lambda function.
Progress
- BlueSky
- Pixelfed
- Mastodon
- Nostr
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.