Skip to main content Crate fakecloud_core Copy item path Source auth Authentication and authorization primitives shared across services. auth_message Encode and decode the opaque deny-reason token returned to clients
when an IAM check denies a request, and consumed by
sts:DecodeAuthorizationMessage. cfn_template Parsing for CloudFormation-shaped template bodies. container_image Image pulls for the runtimes that launch containers: ECS (and Batch
through it) and Lambda PackageType=Image functions pull on every launch
with pull_image ; EC2 instances and CodeBuild builds, whose images
stand in for an AMI or a curated build image, pull only when the image is
missing with ensure_image . container_net Shared container-to-host networking resolution for service runtimes
that spawn sibling containers (Lambda, ECS, RDS, ElastiCache). delivery dispatch ecr_uri AWS ECR URI recognition + translation to the local fakecloud OCI v2 endpoint. ids Shared random resource-id generation. multi_account Generic multi-account state container. pagination protocol query Shared helpers for AWS Query protocol services (SQS, SNS, ElastiCache, RDS, SES v1, IAM). query_filters Parsing and evaluation of the Filters request member on the
RDS-family Query APIs. registry service tag_index Cross-service tag index backing the Resource Groups Tagging API. tags Shared tag CRUD helpers for JSON-protocol services. validation Generic input validation helpers for AWS-compatible error responses.