You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Local AWS cloud emulator. Part of the faisca project family.
5
5
## Product Context
6
6
7
7
- FakeCloud is a local AWS emulator focused on high-fidelity behavior and AWS-compatible responses.
8
-
- Current project state: 60 AWS services, 4,625 operations, 152,159/152,159 Smithy conformance variants pass — true 100% across every implemented service, no flake margin. See [the parity matrix](website/content/docs/parity.md) for the full service-by-service breakdown of control-plane vs data-plane coverage and known limitations.
8
+
- Current project state: 61 AWS services, 4,696 operations, 154,915/154,915 Smithy conformance variants pass — true 100% across every implemented service, no flake margin. See [the parity matrix](website/content/docs/parity.md) for the full service-by-service breakdown of control-plane vs data-plane coverage and known limitations.
9
9
- The broader roadmap prioritizes services that LocalStack keeps behind paid tiers, especially ECS, ELB/ALB, CloudFront, CloudWatch Metrics, and EC2.
10
10
- Introspection SDKs (Rust, Python, TypeScript, Go, PHP, Java) are already built and maintained for the `/_fakecloud/*` endpoints.
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Works as a drop-in for LocalStack in CI, with Terraform (`endpoints` block), CDK
36
36
## Why fakecloud
37
37
38
38
-**Free, forever.** AGPL-3.0, no paid tier, no account, no token.
39
-
-**True 100% conformance.**152,159 Smithy-model-generated test variants pass on every commit, validated against AWS's own Smithy models. CI also runs upstream `terraform-provider-aws``TestAcc*` suites to catch waiter/field/drift bugs that SDK tests miss.
39
+
-**True 100% conformance.**154,915 Smithy-model-generated test variants pass on every commit, validated against AWS's own Smithy models. CI also runs upstream `terraform-provider-aws``TestAcc*` suites to catch waiter/field/drift bugs that SDK tests miss.
40
40
-**Real cross-service wiring.** EventBridge -> Step Functions, S3 -> Lambda, SES inbound -> S3/SNS/Lambda, and 15+ more integrations execute end-to-end.
41
41
-**Real infrastructure for stateful services.** Lambda (23 runtimes), RDS (Postgres/MySQL/MariaDB/Oracle/SQL Server/Db2), ElastiCache (Redis/Valkey/Memcached), ECS, and EC2 run as real containers. Use Docker (default) or native Kubernetes Pods via `FAKECLOUD_CONTAINER_BACKEND=k8s`. See the [Kubernetes backend guide](https://fakecloud.dev/docs/guides/kubernetes-backend/).
42
42
-**Single binary.**~19 MB, ~10 MiB idle, ~300ms startup. No Docker needed to run fakecloud itself.
@@ -47,7 +47,7 @@ Works as a drop-in for LocalStack in CI, with Terraform (`endpoints` block), CDK
47
47
48
48
## Supported services
49
49
50
-
60 services, 4,625 operations, true 100% conformance across every implemented service. Notes below are one-liners; the [parity matrix](https://fakecloud.dev/docs/parity/) has full control-plane vs data-plane coverage and known limitations per service.
50
+
61 services, 4,696 operations, true 100% conformance across every implemented service. Notes below are one-liners; the [parity matrix](https://fakecloud.dev/docs/parity/) has full control-plane vs data-plane coverage and known limitations per service.
51
51
52
52
| Service | Ops | Notes |
53
53
| ------------------------- | --- | ----- |
@@ -74,6 +74,7 @@ Works as a drop-in for LocalStack in CI, with Terraform (`endpoints` block), CDK
74
74
| RDS Data API | 6 | Real SQL on the backing Postgres/MySQL container, typed params/results incl. `bytea`/`BLOB`, transactions, batch |
| Resource Groups | 23 | Groups by tag/CloudFormation-stack query, explicit membership, group configuration, tagging, account settings, tag-sync tasks |
79
80
| Resource Groups Tagging API | 9 | Cross-service tag reads/writes, compliance summary, tag reports, backed by a real cross-service tag index |
@@ -126,6 +127,7 @@ Per-service docs and feature matrices: [fakecloud.dev/docs/services](https://fak
126
127
| RDS Data API | 6 ops, real SQL + typed results + transactions on the RDS container |[Paid only](https://docs.localstack.cloud/references/licensing/)|
127
128
| Redshift | 141 ops, full control plane free (clusters, snapshots, endpoint access, logging) |[Paid only](https://docs.localstack.cloud/references/licensing/)|
128
129
| Database Migration Service | 119 ops, full control plane free (replication instances/tasks/endpoints, subnet groups, serverless configs, schema conversion) |[Paid only](https://docs.localstack.cloud/references/licensing/)|
130
+
| Transfer Family | 71 ops, full control plane free (servers, users, SSH/host keys, accesses, workflows, agreements, connectors, profiles, certificates, web apps) |[Paid only](https://docs.localstack.cloud/references/licensing/)|
129
131
| Aurora DSQL | 16 ops, full control plane free (clusters, policies, streams, tagging) |[Paid only](https://docs.localstack.cloud/references/licensing/)|
130
132
| Resource Groups | 23 ops, groups + queries + membership + tag-sync, free |[Paid only](https://docs.localstack.cloud/references/licensing/)|
131
133
| Resource Groups Tagging API | 9 ops, cross-service tag reads/writes + reports, free |[Paid only](https://docs.localstack.cloud/references/licensing/)|
0 commit comments