aws-actions/Application observability for AWS

Support Agentic AI–driven performance investigation and resolution using live production telemetry.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Mar 4, 2026
License
Other

Pinned Snippet

workflow.ymlSHA-pinned
uses: aws-actions/application-observability-for-aws@95bb59e4538ba9ef746805d8a2bbbe531ba2a728 # v1.1.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
bot_nameThe bot name to respond to in comments (e.g., @awsapm)no@awsapm
target_branchThe branch to merge PRs into (defaults to repository default branch)no
branch_prefixPrefix for branches created by the action (e.g., 'awsapm/', 'awsapm-')noawsapm/
allowed_non_write_usersComma-separated list of GitHub usernames allowed to use this action even without write access. Empty string (default) means only users with write/admin access can use it.no""
github_tokenGitHub token to use for API calls. If not provided, uses the default GitHub Actions token.no${{ github.token }}
custom_promptCustom instructions to guide the AI agent's analysis and actionsno""
cli_toolCLI tool to use for investigationnoclaude_code
output_filePath to AI agent execution output file (used to post results back to GitHub). For claude_code path, pass this from claude-code-base-action outputs in a second call to this action.no
output_statusExecution status from AI agent (success or failure). Only used when output_file is provided.no
comment_idGitHub comment ID to update with results (required for Step 3 - pass from Step 1 output: steps.prepare.outputs.awsapm_comment_id)no
enable_cloudwatch_mcpEnable CloudWatch MCP server for metrics, alarms, and log insightsnotrue
test_modeEnable integration test mode (internal use only)nofalse
namedescription
prompt_filePath to the generated prompt file for claude-code-base-action
mcp_config_filePath to the MCP servers configuration JSON file
allowed_toolsComma-separated list of allowed tools
awsapm_comment_idGitHub comment ID for tracking the investigation
branch_nameThe branch created by Application observability for AWS Action for this execution
github_tokenThe GitHub token used by the action