Sublime
An inspiration engine for ideas
Deploy app servers close to your users · Fly
fly.io

Burrow
Burrow is a serverless and globally-distributed HTTP proxy for Go built on AWS Lambda.
It is designed to be completely compatible with the standard Go *http.Client which means it can be transparently added to many existing applications. Burrow provides an implementation of the http.RoundTripper interface that proxies requests through one or m... See more
Burrow is a serverless and globally-distributed HTTP proxy for Go built on AWS Lambda.
It is designed to be completely compatible with the standard Go *http.Client which means it can be transparently added to many existing applications. Burrow provides an implementation of the http.RoundTripper interface that proxies requests through one or m... See more
@myzie • GitHub - myzie/burrow: Burrow is a globally distributed HTTP proxy via AWS Lambda


I built a real-time workflow monitor that shows how to stream live updates from @Cloudflare Workers
- 1 worker + 1 durable object + workflows
- WebSocket-based live updates
- Simple web UI to monitor workflow progress
- Handles errors and retries automatically https://t.co/OCo2LVBpRS

This is a super cool example of a Hono/Zod/Cloudflare stack.
* Workers uses Hono
* Get the image from R2
* Parse the width and height parameters with Zod
* Resize the image by Cloudflare Images https://t.co/Crt0v4I2ZX