| *English | 日本語* |
KumoCMS is an open-source, high-performance headless CMS built for global scale. By leveraging AWS Serverless primitives, it provides a “zero-ops” experience with built-in multi-region resilience, perfect for document management and content delivery in high-availability environments.
KumoCMS runs entirely on AWS managed services:

Deploy KumoCMS as a secure, internal document management system for your organization. Ideal for managing corporate documents, policies, and internal knowledge bases with controlled access.

Leverage KumoCMS’s multi-region architecture for global content delivery with automatic failover. Perfect for mission-critical applications requiring high availability and disaster recovery across geographic regions.
KumoCMS is built from modular, reusable components:
Repository: kumocms-lambda-python
The core Python Lambda function code that powers the KumoCMS API. This repository contains all API handlers for document management operations including upload, retrieve, archive, restore, and delete.
Key Features:
| API Documentation: Swagger UI | OpenAPI Spec |
Repository: kumocms-vault-internal (Private)
Complete Terraform infrastructure code for deploying KumoCMS as an internal document management system. This is a reference implementation that demonstrates how to deploy KumoCMS in a production environment.
Key Features:
kumocms-lambda-python Lambda deployment packageterraform-aws-kumocms-regional module for regional resourcesRepository: terraform-aws-kumocms-regional
Reusable Terraform module for provisioning regional KumoCMS resources. This module encapsulates all the AWS resources needed in a single region.
Key Resources:
We love contributions! Whether it’s a bug report, a new feature, or better documentation, please feel free to open an issue or submit a pull request.
For more details, please see our Contributing Guidelines.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Distributed under the MIT License. See LICENSE for more information.