StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Product

  • Stacks
  • Tools
  • Companies
  • Feed

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

© 2025 StackShare. All rights reserved.

API StatusChangelog
  1. Home
  2. Companies
  3. BucketWS
BucketWS logo

BucketWS

Verified

Service and API to manage public & private files over a CDN

www.bucketws.com
10
Tools
3
Decisions
0
Followers

Tech Stack

Application & Data

7 tools

JavaScript logo
JavaScript
Python logo
Python
GraphQL logo
GraphQL
CloudFlare logo
CloudFlare
AWS Lambda logo
AWS Lambda
Ruby logo
Ruby
Amazon CloudFront logo
Amazon CloudFront

Team Members

Victor Jimenez
Victor JimenezFullstack Freelancer

Engineering Blog

Stack Decisions

Victor Jimenez
Victor Jimenez

Oct 10, 2022

I just did a big update for the images optimization, added unzip functionality to the buckets.

I selected CloudFront over NodeJS because a lot of the functionality that I was doing on the lambda functions as preprocessing is now replaced by some functionality on the viewer, request and response of the distributions Edge handlers.

Now you can select the right size based on the query parameter and the same filename, before I was using different names to prevent abuse and improve cache, but now I take some precautions on the viewer handler even with the query parameter

37.4k views37.4k
Comments
Victor Jimenez
Victor Jimenez

Nov 24, 2021

I want to recommend Docusaurus to document your projects, my documentation was previously on simple HTML pages and I wanted to bring a better experience and look and feel. I check multiple options and I think that the best is: Docusaurus If you use React for your project you can reuse components or create custom components to use along simple markdown The local development is great and the deployment process is very easy! (just copy the build folder to S3 for example) Check the result documentation on the link!

30.1k views30.1k
Comments
Victor Jimenez
Victor Jimenez

Nov 22, 2021

It is very easy to manage and deploy code with Lambdas for isolated services and functionalities, now I use them a lot in my projects and in different parts of my stack. I use them on the CloudFront Edge, for API gateway authorize, image optimization and a lot of functionalities, I highly recommend them!

9.28k views9.28k
Comments