Weavz
AWS AppConfig

AWS AppConfig

Inspect and operate AWS AppConfig applications, environments, deployments, hosted configuration versions, and AppConfig Data retrieval.

12 tools
1 trigger

Tools

Name
list_applications

List AWS AppConfig applications with pagination.

get_application

Get one AWS AppConfig application by ID.

list_environments

List environments for an AWS AppConfig application.

list_configuration_profiles

List configuration profiles for an AWS AppConfig application.

list_hosted_configuration_versions

List hosted configuration versions for a configuration profile.

get_hosted_configuration_version

Get hosted configuration content by explicit version number.

list_deployments

List AWS AppConfig deployments for an application environment.

get_deployment

Get one AWS AppConfig deployment by number.

start_deployment

Start an AWS AppConfig deployment. Requires exact confirmation.

stop_deployment

Stop an AWS AppConfig deployment. Requires exact confirmation.

start_configuration_session

Start an AWS AppConfig Data session for safe configuration retrieval.

get_latest_configuration

Fetch the latest deployed configuration using an AppConfig Data configuration token.

Triggers

Name
deployment_changed

Triggers when an AWS AppConfig deployment changes after the last poll.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('aws-appconfig', 'list_applications', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'aws-appconfig',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect AWS AppConfig to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does AWS AppConfig support?

AWS AppConfig supports 12 tools including List Applications, Get Application, List Environments, List Configuration Profiles, List Hosted Configuration Versions, and more.

Can I use AWS AppConfig with AI agents?

Yes. Add AWS AppConfig to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can AWS AppConfig be used in stateful agent workflows?

Yes. Agents can combine AWS AppConfig tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does AWS AppConfig use?

AWS AppConfig uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the AWS AppConfig integration cost?

The AWS AppConfig integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does AWS AppConfig support?

AWS AppConfig supports 1 triggers including Deployment Changed.

Connect AWS AppConfig in minutes

Get 20,000 free action executions every month. No credit card required.