Cette page est affichée en anglais. Une traduction française est en cours.
ScriptsMay 22, 2026·2 min de lecture

Floci — AWS Local Emulator Alternative

A lightweight AWS service emulator for local development and testing, providing fast startup and low resource usage as an alternative to LocalStack.

Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Native · 98/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Skill
Installation
Single
Confiance
Confiance : Established
Point d'entrée
Floci Overview
Commande CLI universelle
npx tokrepo install 54dda7ea-5595-11f1-9bc6-00163e2b0d79

Introduction

Floci is an open-source AWS cloud service emulator designed for local development and CI testing. It provides a lightweight alternative to LocalStack, focusing on fast startup times and minimal resource consumption while emulating core AWS services like S3, SQS, DynamoDB, and Lambda.

What Floci Does

  • Emulates core AWS services (S3, SQS, Lambda, DynamoDB, EC2, ECS) locally
  • Starts in seconds with minimal memory and CPU requirements
  • Provides AWS-compatible API endpoints for standard SDK usage
  • Supports Docker-based deployment for consistent dev/CI environments
  • Integrates with Testcontainers for automated integration testing

Architecture Overview

Floci is written in Java and packages multiple AWS service emulations into a single lightweight container. Each emulated service exposes endpoints compatible with the official AWS SDKs. The system uses in-memory storage by default for speed, with optional persistent storage for stateful testing scenarios.

Self-Hosting & Configuration

  • Deploy via Docker with a single command and default port 4566
  • Configure which AWS services to enable via environment variables
  • Set persistence mode for data to survive container restarts
  • Adjust memory limits based on which services you need
  • Use with standard AWS SDKs by overriding the endpoint URL

Key Features

  • Significantly faster startup compared to heavier emulators
  • Low memory footprint suitable for CI pipelines and laptops
  • Compatible with standard AWS CLI and SDK configurations
  • Native Testcontainers integration for Java and other languages
  • Free and open-source with no feature gating

Comparison with Similar Tools

  • LocalStack — more services but heavier resource usage and partially paywalled
  • Moto — Python library for mocking AWS, not a running service
  • ElasticMQ — SQS-only emulator, narrower scope
  • MinIO — S3-compatible only, does not cover other AWS services
  • DynamoDB Local — official but covers only DynamoDB

FAQ

Q: Which AWS services does Floci support? A: Core services including S3, SQS, DynamoDB, Lambda, EC2, and ECS. Check the documentation for the full list.

Q: Can I use it in CI/CD pipelines? A: Yes. Its fast startup and low resource usage make it well-suited for CI.

Q: Is it compatible with the AWS CLI? A: Yes. Point the --endpoint-url flag to your Floci instance.

Q: How does it compare to LocalStack Community? A: Floci focuses on lighter resource usage and faster boot, while LocalStack has broader service coverage.

Sources

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires