Menu

Post image 1
Post image 2
1 / 2
0

The Floci philosophy: stay tiny, feel like real AWS

DEV Community·Hector Ventura·24 days ago
#tUbIgo71
Reading 0:00
15s threshold

Fast and fake. Tiny, instant, until your code touches a real engine and the abstraction cracks. Heavy and faithful. Closer to AWS, but a 3-second startup, hundreds of MB, a bundled Python runtime that turns every CI job into a slow morning. I built Floci to refuse the choice. One principle: Be the lightest thing possible. Be real where it counts. The two halves of every AWS service Read enough AWS API docs and you notice every service has two parts: A control plane: "create this bucket, list my queues." Just CRUD over JSON or XML. The hard part is wire-protocol fidelity. A data plane: "run this Lambda, connect to this database, query this Redis." This is where the real engine lives. Faking it works until it doesn't. The control plane has no excuse to be heavy. The data plane has no excuse to be fake. So Floci does both, on purpose, in different layers.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More