Skip to content

Overview

Skippr Cloud gives your application a small set of managed capabilities with stable hostnames under cloud.skippr.io.

Motive: build without coarse AWS billing units or scaling levers. Cloud is intended for development environments and low-risk / mid-market production workloads.

Capabilities

CapabilityJobCompat
gatewayHTTP API Gateway — Apis, routes, integrations; platform edge + your APIsAPI Gateway–class
authPeople, API keys, workload identity, ABACCognito / IAM–class
tablesDocument / KV tables (PK/SK, GSI, conditionals)DynamoDB JSON
objectsBuckets and objectsS3-shaped
streamsAppend log (topics / partitions / consumer groups)streams protocol
queueDurable work queuesSQS JSON
eventsEvent bus, rules, targetsEventBridge–class
schedulerNamed schedules that fire into events or queueEventBridge Scheduler–class
functionsShort-lived invokeLambda–class
machinesLong-lived VM fleetsASG–class
eltExtract-load APIs + runner / warehouse ELT

AWS product names are compatibility aliases, not Skippr product brands.

Region

v1 region label: eu-central-1. Service hostnames follow {service}[.region].cloud.skippr.io (see Gateway).

Access model

  1. Obtain Cloud credentials (API key or SigV4 access keys) from auth.
  2. Call gateway (or the service hostname when published).
  3. Authorize with JWT and/or SigV4; policies are evaluated with ABAC (Cedar).

What we do not document here

Platform hosts, provisioning, and operator workflows are maintainer material — not part of the customer product surface.