micro_blog_repo_fetchers/README.md

1.2 KiB

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

$ yarn exec serverless invoke local --function bluesky

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