Thanks to visit codestin.com
Credit goes to fakecloud.dev

Parity matrix

Service-by-service behavior parity: what is real, what is synthesized, and what is not yet implemented.

fakecloud implements 39 AWS services with 2,592 operations. 86,327/86,327 generated Smithy conformance variants pass on every commit — true 100% across every implemented service, no flake margin and no skipped services. Conformance checks request/response shapes, field names, and error codes against AWS's own Smithy models. Behavior parity varies by service — some run real infrastructure (Postgres, Redis, Docker containers), some run a real control plane but return synthesized data for complex queries, and a few have control-plane-only coverage with no data-plane enforcement.

ServiceOpsProtocolControl planeData planeKnown limitations
S3107REST-XMLFullFullSelectObjectContent returns real EventStream chunks. WriteGetObjectResponse stores body + metadata. Access points include data-plane routing. PublicAccessBlock.IgnorePublicAcls is enforced on GetObject. Object Lock compliance mode is enforced on single-object delete but not yet on batch delete. Multi-region access points are control-plane only.
SQS23JSON 1.1 (Query)FullFull
SNS42JSON 1.1 (Query)FullFullEmail subscriptions deliver via SMTP relay when FAKECLOUD_SMTP_RELAY_* env is configured; otherwise they land in the introspection ledger.
EventBridge57JSON 1.1FullFull
EventBridge Scheduler12JSON 1.1FullFull
Lambda70REST-JSONFullFullUpdateFunctionCode fetches real bytes from S3 and recomputes CodeSha256. Reserved concurrency is recorded but not yet enforced at invoke time. Provisioned concurrency is a roadmap item.
DynamoDB57JSON 1.1FullFull
IAM176JSON 1.1 (Query)FullFull
STS11JSON 1.1 (Query)FullFull
SSM146JSON 1.1FullPartialStartSession returns the model's TargetNotConnected and ResumeSession returns DoesNotExistException with a documentation pointer rather than opening a real websocket. Session Manager data plane is not implemented.
Secrets Manager23JSON 1.1FullFull
CloudWatch Logs113JSON 1.1FullFullStartLiveTail returns streamed results with real GetLogObject pointer resolution. GetLogFields persists and aggregates JSON keys observed across the source's events. Delivery configuration persists with standard AWS templates. Log event export to S3 and Firehose is real. Metric filters extract metrics from ingested logs.
KMS53JSON 1.1FullFullReal ECDSA P-256, P-384, and P-521 signing.
CloudFormation90JSON 1.1 (Query)FullFullCustom resources execute real Lambda-backed custom resource providers.
SES110JSON 1.1FullFullv2 sending + v1 inbound receipt rules are both real. DKIM signing is real. GetMessageInsights returns real delivery tracking data. Bounce simulator addresses are available for testing. SMTP credential issuance is implemented via IAM service-specific credentials, and an opt-in SMTP submission listener (FAKECLOUD_SES_SMTP_PORT) accepts mail authenticated with those credentials. Outbound SMTP relay is supported when FAKECLOUD_SMTP_RELAY_* env is configured.
Cognito User Pools122JSON 1.1FullFullReal RSA-2048 RS256 JWT signing. JWKS + OIDC discovery endpoints serve real JWKs. /oauth2/token, /oauth2/authorize, /oauth2/userInfo, and /oauth2/revoke are all implemented. Refresh token rotation is supported when enabled. PreTokenGeneration trigger invokes the configured Lambda and merges claims. CompromisedCredentialsRiskConfiguration is enforced. WebAuthn packed attestation format is verified. GetSigningCertificate returns real X.509 certificates.
Cognito Identity23JSON 1.1FullFullIdentity pools, federated identities, developer identities, and real STS-style credential issuance are implemented.
Kinesis39JSON 1.1FullFull
RDS163JSON 1.1 (Query)FullFullReal Postgres, MySQL, MariaDB, Oracle, SQL Server, and Db2 via Docker. PostgreSQL aws_lambda + aws_s3 extensions and Aurora-compatible MySQL/MariaDB mysql.lambda_async/mysql.lambda_sync invoke fakecloud Lambda and import/export S3 objects from SQL.
ElastiCache75JSON 1.1 (Query)FullFullReal Redis, Valkey, and Memcached via Docker. RestoreFromSnapshot uses real RDB dump format. ACL SETUSER and CONFIG SET commands are supported.
Step Functions37JSON 1.1FullFullFull ASL interpreter with .sync wait patterns, waitForTaskToken, and generic aws-sdk:* integrations.
API Gateway v1124REST-JSONFullFullAuthorizer enforcement (TOKEN/REQUEST/COGNITO_USER_POOLS), request validators, VTL templates (MOCK and HTTP integrations), AWS direct service integrations, VPC_LINK integrations, and custom domain name + base path mapping routing are all implemented in the HTTP data plane.
API Gateway v2103JSON 1.1FullFullWebSocket support ($connect/$disconnect/$default), JWT and Lambda authorizer enforcement, AWS service integrations, access log delivery to CloudWatch Logs, stage variables, and custom domain routing are all implemented in the HTTP data plane.
Bedrock101JSON 1.1FullPartialControl plane (guardrails, custom models, jobs, inference profiles) is fully implemented. Runtime (InvokeModel, Converse, streaming) runs in echo / configurable-response mode with real token counting and fault injection, not real model inference.
Bedrock Runtime10JSON 1.1FullPartialSame as Bedrock runtime notes above.
Bedrock Agent72JSON 1.1FullPartialFull Agents control plane: agents, agent versions/aliases, action groups, knowledge bases, data sources, ingestion jobs, prompt management, flows, and flow aliases/versions. Knowledge-base ingestion and retrieval are shape-correct synthetic — the embedding/foundation model itself is out of scope, see the "never implement" list below.
Bedrock Agent Runtime31JSON 1.1FullPartialInvokeAgent, Retrieve, RetrieveAndGenerate, InvokeFlow, and the streaming variants are wired end-to-end with shape-correct synthetic chunks. No real foundation-model inference — see Bedrock runtime caveat above.
ECR58JSON 1.1FullFullOCI v2 push/pull is real. Lifecycle policy evaluation, image scanning, pull-through cache, registry templates, and cosign signature verification are all implemented.
ECS76JSON 1.1 (Query)FullFullReal Fargate-style task execution via Docker, services with rolling deployments, task sets, container instances, capacity providers, and ECS Exec. Multi-container tasks, volume mounts, health checks, and dependsOn ordering are all implemented.
ELBv251JSON 1.1 (Query)FullPartialControl plane (ALB/NLB/GWLB CRUD, target groups, listeners, rules, mTLS trust stores) is fully implemented. An in-process HTTP data plane for ALBs handles rule matching, forwarding, fixed-response, redirect, and sticky sessions. WAFv2 inspection is wired into the ALB data plane. NLB and GWLB data planes are not implemented.
CloudFront147REST-XMLFullPartialControl plane is fully implemented (distributions, policies, functions, key value stores, etc.). CloudFront Functions can be tested via TestFunction. There is no actual CDN edge network — distributions do not serve traffic from edge locations.
Route 5371REST-XMLFullPartialControl plane is fully implemented (hosted zones, RRsets, health checks, DNSSEC, traffic policies, etc.). TestDNSAnswer resolves routing policies and alias targets using fakecloud state. A real DNS server on UDP/TCP 53 is not implemented by default.
WAFv255JSON 1.1FullControl-onlyControl plane is fully implemented (WebACLs, rule groups, IP sets, regex patterns, API keys, managed rules, logging). WAFv2 inspection is wired into the ELBv2 ALB data plane and API Gateway v1+v2 data planes, but CloudFront and AppSync associations are stored only. Rate-based rules and CAPTCHA/Challenge actions are not enforced against real traffic.
Application Auto Scaling14JSON 1.1FullPartialControl plane is fully implemented (scalable targets, step/target-tracking/predictive policies, scheduled actions). Scaling actions fire and update the target service (UpdateService for ECS, UpdateTable for DynamoDB, etc.), but the actual metric-driven alarm loop is synthesized.
Athena70JSON 1.1FullControl-onlyControl plane is fully implemented. StartQueryExecution synthesizes a SUCCEEDED execution with a single-row ["1"] result. fakecloud is not a SQL engine.
ACM17JSON 1.1FullPartialControl plane is fully implemented. Certificates are self-signed (rcgen) or imported PEM. DNS validation is auto-promoted after a configurable delay; there is no real CA or DNS validation pipeline. EMAIL validation stays PENDING_VALIDATION until approved via the admin endpoint.
CloudWatch (Metrics & Alarms)7JSON 1.1 (Query)FullPartialPutMetricData, GetMetricStatistics, GetMetricData, ListMetrics, PutMetricAlarm, DescribeAlarms, and DeleteAlarms are implemented. Alarm threshold transitions trigger SNS/AppAS/EC2 actions. Metrics are stored in memory and do not persist across server restarts.
Firehose10JSON 1.1FullFullReal S3 destination delivery with buffering hints honored. Other destinations (Redshift, OpenSearch, Splunk, HTTP endpoint) round-trip configuration.
Glue26JSON 1.1FullPartialData Catalog (databases, tables, partitions) is fully implemented including GetPartitions Expression filter pruning. Job control plane (CreateJob/GetJob/StartJobRun/etc.) is implemented; job execution itself is synthesized — Spark-style execution is on the roadmap.

Reading the matrix

What "100% conformance" means

fakecloud validates every implemented operation against AWS's own Smithy models using a generated test suite with 86,327 variants, all of which pass on every commit. This guarantees that field names, types, required/optional flags, error codes, and HTTP signatures are identical to AWS. It does not guarantee that every operation behaves exactly like AWS in all edge cases — that is what the Data plane and Known limitations columns describe.

If you need a service that is not listed above, the issue tracker and roadmap are the best places to request it.

What fakecloud will never implement

A small set of features depend on real AWS infrastructure, vendor-internal data, or external networks that a local emulator fundamentally cannot replicate. fakecloud is committed to not faking these — we surface a clearly synthesized stand-in instead so tests are not silently wrong.

AreaWhy we cannot implement it
Bedrock real model inference (InvokeModel, Converse, ConverseStream)Foundation model weights are vendor-proprietary and require real GPU + provider credentials. fakecloud Runtime returns an echo / configurable response with real token counting and fault injection.
Bedrock Agent semantic responses (InvokeAgent, RetrieveAndGenerate)Same — depends on real foundation models. Agents return shape-correct synthetic chunks.
ACM real certificate authorityBrowser-trusted certificates can only be issued by CAs in the OS trust store. fakecloud certificates are self-signed or imported PEM. Trust them locally for testing only.
WAFv2 AWS Managed Rule Group contentThe actual rules inside AWSManagedRulesCommonRuleSet, AWSManagedRulesAnonymousIpList, etc. are proprietary AWS data. fakecloud accepts the rule-group references and runs structural evaluation, but the rule bodies themselves are not the real AWS content.
Real public DNS resolution (Route 53)Authoritative public DNS requires global anycast network presence. fakecloud's TestDNSAnswer resolves against local state. A real DNS server on UDP/TCP 53 can be opted into for self-contained tests but it is not Internet-facing.
CloudFront edge networkThe CDN is the product. Distributions in fakecloud round-trip configuration; there is no global edge serving traffic. Use TestFunction to exercise CloudFront Functions.
Real outbound email and SMS (SES, SNS)Local emulators must not actually send email to inboxes or SMS to phone numbers — that crosses into spam / abuse territory. SES and SNS deliver messages into fakecloud's introspection ledger; an opt-in SMTP submission listener (FAKECLOUD_SES_SMTP_PORT) accepts inbound connections but does not relay outbound to the public Internet.
EBS / EFS block storageKernel-level storage emulation is out of scope. EFS volumes attached to ECS tasks are mounted as docker volumes with the same logical lifecycle, not real NFS.
CloudFront streaming distributions (RTMP)Service was deprecated by AWS in 2020 and is no longer accepted by their API for new distributions. fakecloud round-trips configuration only and treats RTMP as wontfix.

If a feature in this list blocks your use case, please open an issue describing what you are trying to test — there is often a smaller, targetable surface that fakecloud can implement instead.

Significant projects on the roadmap

These are gaps that fakecloud can implement but represent significant engineering projects rather than incremental fixes. They are tracked in the public roadmap and are good places to contribute.

ProjectScope
Athena full SQL engineDataFusion-backed parser + executor for SELECT with WHERE, GROUP BY, aggregates, joins, subqueries, window functions, plus Parquet and JSON SerDes against S3 sources.
WAFv2 ManagedRuleGroup frameworkRule expansion engine + bundled OWASP-style stand-in rules + per-rule evaluation against real request headers/bodies. The framework that runs the rules is in scope; the exact AWS rule contents are not (see above).
Cognito WebAuthn full attestation verificationCTAP CBOR parser plus signature verification chains for the four common attestation formats (packed, fido-u2f, android-key, tpm). The packed format alone is a smaller targetable batch.
ECR cross-registry image replicationReal OCI v2 distribution copy + cross-account auth + region routing when replication rules fire on PutImage.
Glue full Job runnerSpark-style execution with partition-aware reads + JDBC connectors. The Glue Job control plane (CreateJob, GetJob, etc.) ships independently.
API Gateway v1 full VTL evaluator$util.* functions, loops, conditionals, escape helpers, full Velocity Template Language coverage in integration request/response templates.
CloudFront full edge function pipelineOrigin shield, cache key transforms, Lambda@Edge integration. The edge network itself is out of scope; the function pipeline is on the roadmap.
CloudWatch Metrics persistence layerSnapshot store integration so metrics, alarms, and dashboards survive server restarts.
Bedrock Knowledge Base ingestion lifecycleDocument chunking + retrieval pipeline. The embedding model itself is out of scope; the framework around it is on the roadmap.

If you want to take one of these on, please open an issue first so we can scope it together.