blog / bsky / twitter / dev.to / linkedin
I'm Chris, a software engineer at heart and co-founder of flyweight.io.
I try to create useful stuff and put it our there. Let me know if it helped you!
-
AWS Signature V4: This project includes two libraries: aws-sigv4-fetch and aws-sigv4-sign, which are used to sign HTTP requests with AWS Signature Version 4 (SigV4).
-
Amazon S3 URL: A simple formatter and parser for the various Amazon S3 URL formats.
-
Middy Store: Middleware for AWS Step Functions that automatically stores and retrieves payloads exceeding the 256KB maximum input or output size.
-
Serverless Exports Plugin: Exports environment variables and stack outputs from your Serverless project to a local file.
-
Serverless CloudWatch Logs Insights Plugin: Automatically creates CloudWatch Logs Insights queries for all Lambda functions in your Serverless project.
-
AdaGPT: A GitHub Action that responds to comments on issues and pull requests.
-
Highlights: Extracts highlighted text from images using OpenCV and OCR (Tesseract) directly in the browser, without requiring a backend API. It is based on the original Python implementation.
-
Lambda Readability: Extracts readable content from a web page by running Chromium and Readability.js on AWS Lambda.
-
Puppeteer Language Experiment: Tests various methods to change the browser language using Puppeteer with Chrome.
-
expect.toMatchPrompt(): An AI prompt matcher for Jest and Vitest.
-
Snapshot Serializers: A collection of snapshot serializers for Jest and Vitest that help manage dynamic values in test snapshots.
-
Git Pull Run: Automatically runs commands like
npm install
when fetching changes from git, but only if certain files have been modified. -
Shopify Search Query Builder: A tool for constructing queries for Shopify's GraphQL API search syntax.