Services
Every AWS service MiniStack emulates, grouped by category. Each page documents supported operations, notable behaviors, CloudFormation resource types, and honest limitations.
Core
- S3REST / XMLBuckets, objects, multipart, tagging, versioning, range requests.
- DynamoDBJSON (1.0)Tables, items, query/scan, TTL, transactions, PartiQL.
- SQSQuery + JSONQueues, visibility, batches, tags.
- SNSQuery + JSONTopics, subscriptions, publish, fan-out to SQS/Lambda.
- LambdaREST / JSONReal code execution, layers, versions, event source mappings.
- IAMQueryUsers, roles, policies, access keys — metadata-only.
- STSQuery + JSONGetCallerIdentity, AssumeRole, session tokens.
- Secrets ManagerJSONCreate/rotate/get secrets with versions.
- SSMJSONParameter Store, hierarchical paths, secure strings.
- CloudFormationQueryFull engine — 85 resource types, 15 intrinsics, change sets.
Observability
- CloudWatchQueryMetrics, alarms (stored — not dispatched).
- CloudWatch LogsJSONLog groups, streams, events, filter/subscription.
Integration & events
- EventBridgeJSONEvent buses, rules, targets, archives, replays.
- EventBridge SchedulerRESTSchedules & groups (stored — not triggered).
- PipesJSONSource → target metadata (routing not enforced).
- Step FunctionsJSONState machines, executions, sync exec, SFN mock config.
Streams & analytics
- KinesisJSONStreams, shards, records, consumers.
- FirehoseJSONDelivery streams (S3 dest works; others stubbed).
- AthenaJSONDuckDB-backed SQL execution on S3 data.
- GlueJSONData Catalog, crawlers, jobs (metadata only).
- EMRJSONClusters, steps, instance groups (metadata only).
Compute & containers
- EC2QueryInstances, VPCs, SGs, volumes — metadata only.
- ECSJSONReal Docker tasks via the host daemon.
- EKSJSONReal k3s cluster sidecars.
- AutoScalingQueryASGs, launch configs, policies (not triggered).
- ALB / ELBv2QueryData-plane path/host routing works.
Databases & cache
- RDSQueryReal Postgres/MySQL/MariaDB via Docker.
- RDS Data APIRESTHTTP-based SQL against RDS clusters.
- ElastiCacheQueryReal Redis/Memcached containers.
Networking & DNS
- Route53RESTHosted zones, records, traffic policies.
- CloudFrontRESTDistributions, OAC, policies — metadata only.
- ServiceDiscoveryJSON + RESTCloud Map namespaces, services, instances.
APIs & edge
- API Gateway v1 (REST)RESTResources, methods, stages, deployments.
- API Gateway v2 (HTTP/WS)RESTAPIs, routes, integrations, WebSockets.
- AppSyncRESTGraphQL APIs, data sources, resolvers (no exec).
Security & crypto
- KMSJSONKeys, encrypt/decrypt, grants, aliases.
- ACMJSONCertificates auto-ISSUED (no validation).
- WAFv2JSONWeb ACLs, IP sets, rule groups (not enforced).
Identity
Communication
Storage & transfer
- EFSRESTFile systems, mount targets — metadata only.
- ECRJSONRepositories, images, layer uploads.
- TransferJSONSFTP servers & users — metadata only.
- S3 FilesRESTLegacy LocalStack-compat EFS-over-S3 shim.
Config & dev tools
- AppConfigRESTApplications, environments, profiles, deployments.
- CodeBuildJSONProjects, builds, batches (no real compilation).
Looking for the full gap list? See Known limitations for the cross-service summary, including the "stored but not dispatched" patterns.