Get started

Create a cluster on your AWS account

# install the CLI
pip install cortex

# create a cluster
cortex cluster up cluster.yaml

Build scalable APIs

# deploy APIs
cortex deploy apis.yaml
  • Realtime - create APIs that respond to requests in real-time.

  • Async - create APIs that respond to requests asynchronously.

  • Batch - create APIs that run distributed batch jobs.

  • Task - create APIs that run jobs on-demand.

Last updated