AWS AppConfig
Inspect and operate AWS AppConfig applications, environments, deployments, hosted configuration versions, and AppConfig Data retrieval.
Tools
| Name | Description |
|---|---|
list_applicationsList AWS AppConfig applications with pagination. | List AWS AppConfig applications with pagination. |
get_applicationGet one AWS AppConfig application by ID. | Get one AWS AppConfig application by ID. |
list_environmentsList environments for an AWS AppConfig application. | List environments for an AWS AppConfig application. |
list_configuration_profilesList configuration profiles for an AWS AppConfig application. | List configuration profiles for an AWS AppConfig application. |
list_hosted_configuration_versionsList hosted configuration versions for a configuration profile. | List hosted configuration versions for a configuration profile. |
get_hosted_configuration_versionGet hosted configuration content by explicit version number. | Get hosted configuration content by explicit version number. |
list_deploymentsList AWS AppConfig deployments for an application environment. | List AWS AppConfig deployments for an application environment. |
get_deploymentGet one AWS AppConfig deployment by number. | Get one AWS AppConfig deployment by number. |
start_deploymentStart an AWS AppConfig deployment. Requires exact confirmation. | Start an AWS AppConfig deployment. Requires exact confirmation. |
stop_deploymentStop an AWS AppConfig deployment. Requires exact confirmation. | Stop an AWS AppConfig deployment. Requires exact confirmation. |
start_configuration_sessionStart an AWS AppConfig Data session for safe configuration retrieval. | Start an AWS AppConfig Data session for safe configuration retrieval. |
get_latest_configurationFetch the latest deployed configuration using an AppConfig Data configuration token. | Fetch the latest deployed configuration using an AppConfig Data configuration token. |
Triggers
| Name | Description |
|---|---|
deployment_changedTriggers when an AWS AppConfig deployment changes after the last poll. | Triggers when an AWS AppConfig deployment changes after the last poll. |
Quick Start
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.