mxiamxia/Test AWS Action
Agentic AI–driven performance investigation and resolution using live production telemetry.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 21, 2025
- License
- Other
Pinned Snippet
uses: mxiamxia/aws-apm-action@5f1c7ee16391402786b91a4d27d7223134f44922 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| bot_name | The bot name to respond to in comments (e.g., @awsapm) | no | @awsapm |
| target_branch | The branch to merge PRs into (defaults to repository default branch) | no | — |
| branch_prefix | Prefix for branches created by the action (e.g., 'awsapm/', 'awsapm-') | no | awsapm/ |
| allowed_non_write_users | Comma-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_token | GitHub token to use for API calls. If not provided, uses the default GitHub Actions token. | no | ${{ github.token }} |
| custom_prompt | Custom instructions to guide the AI agent's analysis and actions | no | "" |
| enable_cloudwatch_mcp | Enable CloudWatch MCP server for metrics, alarms, and log insights | no | true |
Outputs
| name | description |
|---|---|
| execution_file | Path to the Amazon Q Developer CLI execution output file |
| branch_name | The branch created by Application observability for AWS Action for this execution |
| github_token | The GitHub token used by the action |