Floci is a local AWS emulator, open source and completely free. The highlights are no account needed, no authentication token required, no feature limitations — just run it with Docker (docker compose up) to get started.
Floci emerged as an alternative after LocalStack Community changed in March 2026 (requiring an auth token and stopping security updates). Compared to LocalStack, Floci is significantly lighter and faster:
Startup time: ~24 ms (compared to ~3.3 seconds)
Idle RAM: ~13 MiB (compared to ~143 MiB)
Docker image: ~90 MB (compared to ~1 GB)
License: MIT (free to use)
Floci supports 34 AWS services, including:
Core: S3, SQS, SNS, DynamoDB, Lambda
API: API Gateway (REST + HTTP)
Auth: IAM, STS, Cognito
Data/stream: Kinesis, DynamoDB Streams
Infra: CloudFormation, ECS, EC2
Other: KMS, EventBridge, RDS, ElastiCache, Athena (mock), Glue...
Some services run in-process (fast, lightweight), while services like Lambda, RDS, ECS will run using real Docker containers to mimic production closely (including IAM auth and SigV4).
For storage, Floci has 4 modes:
memory: only RAM, data lost when shut down (fastest)
persistent: saves to disk on shutdown
hybrid (default): RAM + periodic flush
wal: log writes first (safest)
Usage is very simple:
Run the container → open http://localhost:4566
Set AWS environment variables (can use fake values)
Point SDK/CLI to the local endpoint → run like real AWS
Floci also has over 1,850 compatibility tests with many SDKs (Java, Node.js, Python, Go, Rust) and tools like AWS CLI, Terraform, CDK.
In summary, Floci is a powerful choice for developers:
Extremely fast setup
No constraints
High performance
Wide AWS coverage
→ Suitable for local development, testing, CI/CD without needing real AWS.

Hạ tầng Open Banking cho thanh toán và quản lý dòng tiền

Remind you to drink water, stand up and take breaks while working

Triển khai Một chạm Tất Cả Open Source

Antigravity Workflow Framework - The Logic of Vibe Coding

Free SVG Icon Library

Screen Recorder & Auto Zoom

Floci
Fast, Free AWS Emulator

No reviews yet
Floci giải quyết bài toán AWS emulation một cách rất thực tế, nhất là với cách tiếp cận nhẹ và nhanh so với các giải pháp khác. Mình thích cách bạn tổ chức mô tả với so sánh hiệu năng cụ thể (startup time, RAM usage, image size) vì nó giúp developer hiểu rõ ưu điểm ngay từ đầu. Một gợi ý nhỏ là bạn có thể nêu rõ thêm các tình huống sử dụng cụ thể trong mô tả sản phẩm, chẳng hạn như "dùng để test Lambda function locally mà không cần deploy", "chạy integration test trong CI/CD mà không cần credential AWS". Điều này sẽ giúp developer nhanh chóng nhận ra Floci có phù hợp với nhu cầu của họ hay không. Cộng đồng open source thường rất quan tâm đến examples và documentation. Nếu bạn có các example project (ví dụ: Python app dùng S3 + SQS locally) thì đó sẽ là điểm cộng lớn cho adoption.
No talks yet
Create the first talk
Reviews & comments