Download Latest Version 1.5.33 source code.zip (4.5 MB)
Email in envelope

Get an email when there's a new version of floci

Home / 1.5.31
Name Modified Size InfoDownloads / Week
Parent folder
1.5.31 source code.tar.gz 2026-07-07 3.0 MB
1.5.31 source code.zip 2026-07-07 4.3 MB
README.md 2026-07-07 8.3 kB
Totals: 3 Items   7.3 MB 0

πŸŽ‰ Highlights

This release brings CloudWatch Logs Insights, adds RDS Data API for PostgreSQL, introduces RDS mock mode and read-only Cloud Control APIs, and lands substantial persistence and performance work. Lambda cold starts speed up with read-only code mounting, and multiple services join the durable-state family. Welcome to the 2 first-time contributors.

πŸ” CloudWatch Logs Insights

Logs Insights query support lands (#1448), enabling local execution of the query DSL for log analysis workflows. This closes one of the more requested CloudWatch Logs gaps.

🐘 RDS Data API for PostgreSQL

The RDS Data API now supports PostgreSQL (#1720), extending the MySQL-backed Data API added in 1.5.25. Serverless SQL workflows against both engines now work locally.

🎭 RDS mock mode

Mock mode for RDS lets clusters and instances be created without Docker (#1655). Useful for CI environments that don't have Docker-in-Docker, or for fast unit-style tests where the real engine isn't needed.

🌐 Cloud Control API

list_resources from local services now works via the Cloud Control API (#1602), and read-only describe/list APIs for resource collection are broadly implemented (#1581). Combined with the Steampipe support in 1.5.28, tools that use unified resource-discovery APIs against AWS can now target Floci.

πŸ’Ύ Persistence expansion

Three more services join the durable-state family:

  • Elastic Beanstalk: applications, versions, and environments persist across restart (#1729)
  • Lambda: version counters and event-invoke configs persist (#1730)
  • API Gateway: API key tags persist, plus GetApiKey route (#1677)

πŸš€ Lambda cold-start performance

Lambda cold starts get meaningfully faster: function code now mounts from a read-only volume rather than being copied per cold start (#1673). Combined with the base64 round-trip removal in 1.5.30, Lambda's warm-up story is significantly improved.

πŸ–₯️ EC2: image and metadata catalogs

Two coordinated EC2 improvements from @jvanzyl:

  • Instance metadata catalog with architecture parity (#1596)
  • Registered images and snapshots support (#1601)

Real IaC that references specific instance types or manages custom AMIs behaves much closer to actual AWS.

πŸ“¨ EventBridge to Firehose

EventBridge can now deliver events to Firehose delivery stream targets (#1739), closing an integration gap for event-streaming architectures that fan out to analytics pipelines.

🧩 Step Functions extensions

Two more Step Functions capabilities land:

  • Map ItemReader for S3-backed JSON datasets (#1588), enabling large-scale distributed map patterns
  • Qualified Lambda function ARNs resolved in lambda:invoke (#1660)

πŸ“š Docs: auto-generated Supported Actions

Documentation now generates Supported Actions tables from handler source (#1641). Drift between docs and code is structurally addressed, so the service pages stay accurate as new actions land.

✨ New Features

CloudWatch / RDS Data / Cloud Control

EC2 / EventBridge / Scheduler / CloudFormation

Step Functions / Secrets Manager

API Gateway

Core / Docs

πŸ› Bug Fixes

Persistence

RDS / Auto Scaling / EC2 / EKS

SQS / S3 / Step Functions

CloudWatch / EMR / Storage / Docker

πŸš€ Performance

🧰 Tests

πŸ“š Documentation

πŸ‘‹ New Contributors

A warm welcome to everyone making their first contribution to Floci:

Full Changelog: https://github.com/floci-io/floci/compare/1.5.30...1.5.31

Source: README.md, updated 2026-07-07