Guides

June 28, 2026 · View on GitHub

In-depth guides for building, testing, deploying, and operating services with osls (OSS Serverless). New to osls? Start with Concepts, then work through Services and Functions.

Concepts

  • osls Concepts — Core concepts and the mental model behind osls services.
  • Services — What a service is, the serverless.yml file, and how projects are organized.
  • Security model — How osls handles credentials, secrets, and the trust boundaries of a deployment.

Build & test

Deploy & operate

  • AWS Credentials — Configuring AWS credentials and profiles for deployment.
  • Deploying to AWS — The deploy workflow, what happens under the hood, and deployment options.
  • Workflow Tips — Day-to-day tips for developing and iterating on services.
  • Composing services — Orchestrating multiple services together with compose.
  • CI/CD — Running osls in continuous integration and deployment pipelines.

Reference