Expand description
AWS CodeDeploy awsJson1.1 dispatch + operation handlers.
Implements the full CodeDeploy control plane: applications, application
revisions, deployment groups, deployment configurations, deployments and
their targets/instances, on-premises instances, GitHub account tokens, and
resource tagging. There is no real deployment engine, so a CreateDeployment
mints a deployment in Created that deterministically advances through
InProgress to a terminal Succeeded state across successive
GetDeployment/BatchGetDeployments reads (the same lazy-settle pattern
CodeBuild, EKS, and Cloud Map use for async state). The predefined
CodeDeployDefault.* deployment configurations are always resolvable.
Everything else is real, persisted, account-partitioned CRUD.