Skip to content

Guides

Open in ChatGPTOpen in Claude

The Concepts section explains how Axis thinks; the Guides show you how to do things. Each guide is a focused recipe grounded in the framework’s synth-tested example projects, so the code you see is code that actually builds.

Pick the API style your project scaffolds with, then wire routes and auth:

  • REST v1 API — API Gateway REST, the full-breadth default.
  • HTTP v2 API — API Gateway HTTP API, the leaner v2 surface.
  • GraphQL API — AppSync with VTL/JS resolvers.
  • The Auth Matrixcognito | none | iam | custom plus API keys, per route.

Guides use module layout (lambdas/modules/...) in their paths. Feature layout (lambdas/features/...) is identical in behaviour and differs only in where files live — see Layout: Module vs Feature. The feature layout is supported for the rest-v1, rest-v2, graphql, and worker starters (bare is module-only); where a guide’s example depends on that, it says so.

© 2026 Axis Tech. Powered by axis-tech.co.