🔍
Setup ⏱ 5 min

Initialize Your First Project

Learn how to scaffold a new configuration workspace, define your initial schema, and connect to the dashboard.

Read Guide
Setup ⏱ 8 min

Environment & Secret Management

Safely inject environment variables and encrypted secrets into your runtime without hardcoding sensitive data.

Read Guide
SDK ⏱ 6 min

Node.js Integration

Install the official npm package, handle async config fetching, and set up automatic hot-reloading.

import { AppConfig } from @appconfig/sdk;
Read Guide
SDK ⏱ 7 min

Python Client Setup

Configure the Python wrapper for synchronous and asynchronous config resolution with type hints.

Read Guide
Advanced ⏱ 12 min

Hot Reloading & Feature Flags

Implement zero-downtime config updates and toggle features on the fly without redeploying containers.

Read Guide
API ⏱ 9 min

REST API Authentication

Generate API keys, configure RBAC scopes, and secure your configuration endpoints.

Read Guide
Advanced ⏱ 10 min

CI/CD Pipeline Integration

Automate config validation and deployment using GitHub Actions, GitLab CI, or Jenkins.

Read Guide
API ⏱ 11 min

Versioning & Rollback Strategy

Implement Git-style configuration history, tag releases, and safely revert to previous states.

Read Guide