Ask HN: What cool stuff do you run free-tier?
1–10 of 51 posts
Re: Ask HN: What cool stuff do you run free-tier?
#2[1] - https://neocities.org/
Re: Ask HN: What cool stuff do you run free-tier?
#3- Cloudflare to avoid big bandwidth bills from AWS for the wasm-compiled graphviz that is on every page
- AWS Lambda's 1M free requests and 400,000 GB-seconds for expressjs (web serving) and graphviz (rendering hostable .png images)
- API Gateway's 1M free requests for routing HTTP -> AWS Lambda (for the app) or S3 (for hosted PNGs)
- S3's 20K GET requests/mo (for hosted PNGs)
The only one I exceed is S3, but it's dirt cheap.
Re: Ask HN: What cool stuff do you run free-tier?
#4Sketchviz [1] runs almost entirely in free tiers from Cloudflare and AWS: - Cloudflare to avoid big bandwidth bills from AWS for the wasm-compiled graphviz that is on every page - AWS Lambda's 1M free requests and 400,000 GB-seconds for expressjs (web serving) and graphviz (rendering hostable .png images) - API Gateway's 1M free requests for routing HTTP -> AWS Lambda (for the app) or S3 (for hosted PNGs) - S3's 20K…
Re: Ask HN: What cool stuff do you run free-tier?
#5Sketchviz [1] runs almost entirely in free tiers from Cloudflare and AWS: - Cloudflare to avoid big bandwidth bills from AWS for the wasm-compiled graphviz that is on every page - AWS Lambda's 1M free requests and 400,000 GB-seconds for expressjs (web serving) and graphviz (rendering hostable .png images) - API Gateway's 1M free requests for routing HTTP -> AWS Lambda (for the app) or S3 (for hosted PNGs) - S3's 20K…
Re: Ask HN: What cool stuff do you run free-tier?
#6Re: Ask HN: What cool stuff do you run free-tier?
#7Re: Ask HN: What cool stuff do you run free-tier?
#8Re: Ask HN: What cool stuff do you run free-tier?
#9Re: Ask HN: What cool stuff do you run free-tier?
#10r614.dev