Skip to content

tables API actions

Use skippr-cloud tables <operation> for these actions. The HTTPS endpoint is https://tables.eu-central-1.cloud.skippr.io. Actions listed as coming soon or platform-only are listed for completeness; do not build on them yet.

  • CLI: skippr-cloud tables
  • Endpoint: https://tables.eu-central-1.cloud.skippr.io
  • Service guide: tables
  • Aggregate reference: all API actions
  • Terraform / CDKTF: cloud_table (CloudTable)
  • Examples: the service guide shows CLI, Terraform, CDKTF TypeScript, and CDKTF Python tabs

Resource management actions

Create, inspect, update, list, or delete resources.

API actionCLIRequest targetJSON contract
CreateTableskippr-cloud tables create-tableCloudTables.CreateTable (tables)JSON contract
DescribeTableskippr-cloud tables describe-tableCloudTables.DescribeTable (tables)JSON contract
UpdateTableskippr-cloud tables update-tableCloudTables.UpdateTable (tables)JSON contract
DeleteTableskippr-cloud tables delete-tableCloudTables.DeleteTable (tables)JSON contract
ListTablesskippr-cloud tables list-tablesCloudTables.ListTables (tables)JSON contract
UpdateTimeToLiveskippr-cloud tables update-time-to-liveCloudTables.UpdateTimeToLive (tables)JSON contract
DescribeTimeToLiveskippr-cloud tables describe-time-to-liveCloudTables.DescribeTimeToLive (tables)JSON contract

Runtime actions

Read and write application data, or run the service.

API actionCLIRequest targetJSON contract
GetItemskippr-cloud tables get-itemCloudTables.GetItem (tables)JSON contract
PutItemskippr-cloud tables put-itemCloudTables.PutItem (tables)JSON contract
UpdateItemskippr-cloud tables update-itemCloudTables.UpdateItem (tables)JSON contract
DeleteItemskippr-cloud tables delete-itemCloudTables.DeleteItem (tables)JSON contract
Queryskippr-cloud tables queryCloudTables.Query (tables)JSON contract
Scanskippr-cloud tables scanCloudTables.Scan (tables)JSON contract
BatchGetItemskippr-cloud tables batch-get-itemCloudTables.BatchGetItem (tables)JSON contract
BatchWriteItemskippr-cloud tables batch-write-itemCloudTables.BatchWriteItem (tables)JSON contract
TransactWriteItemsskippr-cloud tables transact-write-itemsCloudTables.TransactWriteItems (tables)JSON contract
TransactGetItemsskippr-cloud tables transact-get-itemsCloudTables.TransactGetItems (tables)JSON contract

Coming later

These actions are coming soon.

No actions in this group.

Additional unavailable actions

These entries describe coming-soon work but have no generated request or response contract. Coming-soon entries may arrive later; removed entries are kept only as history.

  • ProjectionExpression — coming soon; no JSON contract.
  • StreamSpecification — coming soon; no JSON contract.

Platform-only actions

These actions are platform-only. Do not call them from the CLI or SDKs.

No actions in this group.