No description
| bruno/MicroBlogFetchders | ||
| src | ||
| .gitignore | ||
| .nvmrc | ||
| .yarnrc.yml | ||
| package.json | ||
| README.md | ||
| serverless.yml | ||
| tsconfig.json | ||
| yarn.lock | ||
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
- BlueSky
- Old Pleroma formally social.travisshears.xyz
- Video support
- Post support
- Post with image support
- Pixelfed via gram.social
- Mastodon via dice.camp
- Nostr profile1qqs9....
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
$ yarn exec serverless invoke local --function bluesky
There is also the new serverless dev command. I still need to check that out.