Providers (CDK & Terraform)
Skippr Cloud providers let you declare tables, queues, and streams with CDK or Terraform against the same live APIs as the console and SDKs.
Status: Preview — create a table and a queue against live regional APIs (SigV4 / gateway). Stream (append log) resources follow the streams Preview contract.
What you get
- L2-style constructs / resources that call tables, queue, and streams
- The same account tenancy and auth model as direct API calls
- Synth / apply that creates real resources on
*.cloud.skippr.io
Access
| Tables | tables.eu-central-1.cloud.skippr.io (SigV4 dynamodb) |
| Queue | queue.eu-central-1.cloud.skippr.io (SigV4 sqs) |
| Streams | streams.eu-central-1.cloud.skippr.io:9092 (streams protocol TLS direct; optional HTTPS Admin via gateway) |
| Auth | Cloud API keys or SigV4 keys issued via auth |
